GlobalLookupListAddEntry

Syntax: GlobalLookupListAddEntry(TableName, Key, Value, Comment)

This function applies only to hotlists associated with FI_BASE_TENANT.

Argument:

  • TableName is the global Lookup List table name.
  • Key is the key to look up in the table.
  • Value is the string that will be associated with the Key.
  • Comment is the string value for comment.

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: Adds a global List lookup entry to the global List table.

Note: The GlobalLookupLIst functions allow the customer to update the global hotlist entries in the DBMS. The Global Hotlist can then be loaded into shared memory manually or with a scheduler.
  • www.fico.com