GetGlobalLookupListValue

Syntax: GetGlobalLookupListValue(TableName, Key, KeyValue)

This function applies only to hotlists associated with FI_BASE_TENANT.

Arguments:

  • TableName is the global Lookup List table name.
  • Key is the key to look up in the table.
  • KeyValue is the string that will hold the extracted key value.

Return Type: Integer

1: Success

0: Key does not exist

-1: If the function returns an error. For example, when the TableName does not exist, when you have misspelled the list name, or when no List data has been loaded.

Description: Looks up the Key in the TableName, and sets KeyValue to the extracted value.

  • www.fico.com