Hi All,
I would like to find a key which NAV pulls out related transactions via NAVIGATE on back end.
For example, we can open one of the posted sales invoice. By clicking NAVIGATE button, NAVIGATE button pulls out G/L entry, Customer Ledger Entry, Tax Enry, Item Ledger Enry, Value Entry. By selecting G/L entry to click "Show more detail", NAV pulled out (Filtered) GL transaction generated from the sales order.
The reason I am posting this is when user posts item charge assignment (purchase receipt/transfer receipts), Assembly Order, and transfer order, NAV did not record global dimension i.e., assigns to each item. As a result, when we tried to use Analysis view using GL account (inventory account) per global dimenision, the calculatd amounts are incorrect becaause those transactions did not have global dimension in GL entries i.e., originating from Value entry. Looking at Value entry table and G/L Entry table via development environment, there are not common field between two tables but NAVIGATE function is handling to pull out related transactions from various ledger entry tables. So, I wonder if we can find the key, we will be able to fix the issue by some coding.
Thank you,