addLookup
Adds a lookup entry to an existing standard choices item. Adds a new value called stdValue with the value description of stdDesc to standard choices item name stdChoice.
Version
1.3
Parameters
Parameter | Type | Description |
---|---|---|
stdChoice | string | Standard choices item name. |
stdValue | string | Standard choices value. |
stdDesc | string | Standard choices value description. |
Notes
If the standard choices item stdChoice already has a value entry called stdValue, the function does not add or update stdValue. This function does not create the standard choices item stdChoice if it does not exist.