Hello,
I want to make a contract parameter with MultiSelect, when i open dialogs for the first time, it's open without problem, but in my case I have to filter the multiselect based on another parameter contract, and so when I choose the value in the field on which I'm basing to filter the multi select and I open the lookup it gives this error
"A control with the name 'Fld1_1_Ids' already exists on the form"
and error un this line
SysLookupMultiSelectCtrl::constructWithQuery(this.dialog().dialogForm().formRun(), WMSAisleIdDialog.control(), query, false, selectedFields);
and exctly in this control WMSAisleIdDialog.control()
thank you