7.3 Enumerations

This topic provides information on enumerations.

Following CM related enumerations are used in OBDX. They are used to fetch the values on the OBDX UI.

SELECT c.Prop_id, c.prop_value 
FROM digx_cfg_Config_all_b c
WHERE c.module = 'cms' AND c.Prop_id like '%Enum%'