Dear All,
I have already implement XDS Security Policy for invent location and is working fine.
In my transfer order form, I want to restrict my fromWarehouse lookup and it is working fine
For Towarehouse I bypass XDS by adding the below code.
public void lookup(FormControl _formControl, str _filterStr) { XDSServices xXDS = new XDSServices(); xXDS.setXDSState(0); // Disable XDS super(_formControl, _filterStr); xXDS.setXDSState(1); // Enable XDS }
It is working fine for lookup but when I try to filter lookup by ctrl G It did not find the restricted warehouses.
Please help me in this regard how can I override Filter or search method to bypass XDS.
regards,
Khurshid Wali