Hi All,
I have some problem (it's not a navision bug.). I found that all of Dimension from Purchase Invoice and Purchase Cr.Memo is not going to table "Ledger Entry Dimension" for G/L Entry.
Do you have any Idea for transfer the Dimension from Purchase Invoice and Purchase Cr.Memo to G/L Entry?
Thank you so much.
0
Comments
Navision uses different dimensions for the header and the lines.
Do you want the dimensions of the header to be used in the lines??
1. The entries releated to the purchase header. E.g. the Vendor entry
2. Entries related to the lines, the cost entries.
Does the error occurs with both types, or only with the lines?
Thanks all of you.
If you have a purchase order, the dimensions are stored in the Document Dimension Table.
The Header dimensions are stored there with a line no = 0.
The line dimensions can be different from line to line.
I know the dimension is in that table but the problem is my client remark some code so it effect to G/L Entry (The Dimension from Purch. Inv. and Purch. Cr.Memo is not go to Ledger Entry Dimension table).
Now I want to insert the dimension from Purch. Inv. or Purch. Cr.Memo to Ledger Entry Dimension (for G/L Entry).
Thanks for your question and your idea
Thanks a lot
If your client removed code from the posing routine for posting to the G/L entries you can restore it in either codeunit 90 or in codeunit 12.
Most likely is cu. 90, because otherwise no dimensions will work.
Just take the codeunit from the customer and the default codeunit and use a compare tool to analyse the problem.
Hope this helps.