Hi,
I’ve a scenario with a sales order with a sender company with related location and receiver company with related location.
What is the best approach to make lookups for the both locations?
For sender location, it should filter the available locations on the sender company and for the receiver location, it should filter on the receiver company.
Both sender and receiver are retrieved from company table and location from the related company_location table.
Can I use same lookup or should I create different ones?
I have this scenario for more tables in the application.
Thanks in advance.
HJ van Dalfsen