Hi, Experts,
I have to add two fields (customerNo,customerName). That has to lookup the values from the Customer table 5050.
Since we have no direct link to the customer table from Trans.Sales entry.
Could someone suggest how we can fetch both the values from the customer table
Thanks in Advance.
0
Answers
Well, the standard approach would be to find where LS retail is inserting data in trans. sales entry, try this:
https://mibuso.com/downloads/gdt-where-used-tool
Another approach could be (but will slow down a lot) using calculated fields (flowfields).
I got the Answer that i have expected. Thanks.