I have created multi lookup for customer account in my form:
msCtrlCust = SysLookupMultiSelectCtrl::constructWithQuery(element, CustAccount, query);
i am able to select multiple values in lookup and those values are shown on the text box,.
Now my requirement is like when i remove one value on the text box, then selection should also be removed in the lookup., how can i achieve this?
Thanks in advance for your help.