GlobalLookupListRemoveEntry
This function applies only to hotlists associated with FI_BASE_TENANT.
Syntax: GlobalLookupListRemoveEntry(TableName, Key)
Arguments:
- TableName is the global Lookup List Table name.
- Key is the key to look up in table.
Return Type: Integer
1: If it fails
0: If it is successful
-1: If there are more than 32 add, update, or remove operations per transaction.
-2: If the record size exceeds the maximum record size (currently 1024 characters).
Description: Removes a global List lookup entry in the global List table.