Hi guys,
I'm trying to modify one of the element's label from the FormComboBoxControl dynamically.
Let's say the form combo box uses the base enum reqPOType which has the following elements: Purch, Production, Transfer, Kanban. Dynamically, duing the form initialization, I want to change the Kanban label to say something else if it meets certain criteria.
Anyone knows if that's possible?
Regards,
Brightlin