Hi,
I have to display the sales order id based on the condition saleseline.RemainInventPhysical >0 in the multi select lookup control. So I have created one AOT query and added the salesline.salesid in the group by section. Assigned that AOT query to multi select lookup control.
The problem is once I selected the some sales ids in the lookup control and enter values on other fields (date control) after that if I click multi select lookup sales id, my selected sales ids are not marked on the lookup control. If I removed the sales id in the AOT query group field section, it is working fine. But, I need to display distinct sales id on the lookup control.
Code:
sysLookupMultiSelectCtrl = SysLookupMultiSelectCtrl::construct(fr, Fr.design().control(formBuildStringControl.id()), queryStr(TES_SalesOrderIds));
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,802 Super User 2024 Season 2
Martin Dráb 229,133 Most Valuable Professional
nmaenpaa 101,154