AutoScript
fun AU_PORTAL_OPERATIONINC ( portal_id, operation, tname)
result = 0
if (operation = "GETALLTBLRECS") then
if (tname = "AU_BUSINESS") then
result = 1
endif
if (tname = "AU_USER") then
result = 1
endif
if (tname = "AU_GOOD") then
result = 1
endif
endif
end