6.3 Enumerations
This topic provides information on Enumerations.
Following SCFCM 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 = 'scfcm' AND c.Prop_id like '%Enum%'
Parent topic: Virtual Account Management