Updating State enumerations for integrations and custom UIs
If you are upgrading from NexJ Contact version 7.2 or earlier, you must update enumeration values used in integrations or transformations with external sources and in custom UIs.
State enumeration values have been
updated to support all countries. State enumeration values now associate
administrative divisions, such as states or provinces, with the country to
which they belong. Now enumeration values are prefixed with the country
code. For example, the State enumeration value for New York state is now
USA_NY
. Prior to this release, the enumeration value was
NY
. Values have been updated in both the
value
and behaveAsValue
properties for
enumerations.
For backwards compatibility, the value of the
value
property for enumerations has been moved to the
shortCaption
property. For example, the value of the
shortCaption
property for New York state is now
NY
.
-
To update State enumerations used in integrations or
transformations, if your project references the
value
property for State enumerations, replace thevalue
property with theshortCaption
for each enumeration referenced in the integration or transformation. -
If the
collectionValue
property in a UI bind for a control references thevalue
property, replace thevalue
property with theshortCaption
property.
State
enumerations used in integrations or
transformations.