LookupListAddEntry
Syntax: LookupListAddEntry(TableName, Key, KeyValue, Comment)
Arguments:
- TableName is the Lookup List table name.
- Key is key to look up in the table.
- KeyValue is the value for that Key.
- Comment is the string value for comment. This is at the tenant level instead of global.
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 List lookup entry to the List table at the tenant level.