Skip to content

EnumsΒΆ

Within the ReactorCX user interface are many drop-down lists from which you choose values to configure the engine, manage members, and so on. The values that appear in those lists come from Enums.

An enum is a list of values. The Member Care Portal and FeedXChange UIs use enums to populate drop-down lists, such as Gender and Reason Code.

Example

The Time Zone drop-down UI control needs to list all the time zones in the world. When you click the Time Zone field in RCX, the drop-down displays all the time zones listed in the timeZone enum. The Enums list view has over 400 records whose Type is timeZone, each with a different Value, such as UTC, Pacific/Tahiti, America/Los Angeles, and Australia/Perth.

You can add or remove items from the drop-down lists by managing the enums used by those lists.

See also: