How to relate two field in Custom Desktop Integrator
Example 1. I have two field in my table i.e Customer_Number and Customer_Location. Customer_Location is depend on Customer_Number.
2. Create Customer Desktop Integrator API Interface having Interface attribute Customer_Number and Customer_Location.
3. Trying to put LOV validation on Customer_Location . SQL statement in Validation where clause, I am trying to refer to Customer_Number to filter only to show Customer_Location based on Customer Entered in Customer_Number field in Excel.