EventData
Specifies the list of key names for which ICON will store KVP data (provided in the UserData section of EventUserEvent) in the G_CUSTOM_DATA_S table.
- Configured in: ICON Application
- Section: [custom-states]
- Default value: No default value
- Valid values: A comma-separated list of the data types and key names in the format <Type>,<KeyName>.
- Changes take effect: Immediately
The limit for configuration option specifications is 255 characters. If your desired EventData option specification exceeds this limit, you can specify additional options in the format EventData_X, where X is any integer, starting with 1. ICON recognizes all the EventData specifications as one option, and it concatenates the content of the options in sequence.
The field for the key’s value in the G_CUSTOM_DATA_S table requires character-type data. Regardless of the data type that you specify in this option, ICON converts the value from the UserData KVP into a string, before storing it in the G_CUSTOM_DATA_S table. If the value of the key in the UserData KVP is KVList, ICON ignores the value.
Ensure that the key name you specify does not conflict with a key name specified in the GlobalData option. The key names specified in the EventData and GlobalData options must be unique.Example:
EventData =char,CUSTOMER_NAME,int,CUSTOMER_PHONE
