Dynamic picklist works incorrectly for Multi-Select Field
The following is deluge script returns a list that is set as the picklist for field,
My_Field_A:
Dynamic_Choice_List = ( My_Lookup_Form [ My_Lookup_Field_1 == "ABC" ].My_Lookup_Field_2).getall() ;
My_Field_A:ui.add ( Dynamic_Choice_List ) ;
- If My_Field_A is a Multi Select field then the value selected from the picklist is added to My_Field_A's Choices list in the Form Builder. This is WRONG.
- If My_Field_A is a Drop Down field then no value is added to the My_Field_A's Choices list in the Form Builder. This is CORRECT.