Hi Team,
In LCA, i have a panel form of object manager instance which is mapped to a module. The form has all the fields as textbox fields but i want one of the fields to be a drop down and the value for the drop down will be given through GQI. Is it possible to do that?
Hari priya Venkatesan [DevOps Advocate] Selected answer as best 26th September 2024
Hi,
To achieve this, you can set the field descriptor type to 'GenericEnumFieldDescriptor'. Then you can define the options that should be available in the dropdown.
Hari priya Venkatesan [DevOps Advocate] Selected answer as best 26th September 2024