Hi all
We have a problem analyzing the adjust exchange rates posted in G/L. It is grouped somehow and we can not find which transactions are grouped in one posting in G/L. We tried to chech through detailed vendor,customer ledger entries bit it shows all transactions that were posted after adjust exchange rates was run. Does anyone knows how is Navision grouping the unrealized forex from detailed customer, vendor ledger entries when posting in G/L.
0
Answers
Currency Code, Posting Group,Dimension Combination, Posting Date, and "IC Partner Code"
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
But there are a lot of transactions. Probably they are grouped by date also?
Our customer wants a report in which there will be shown G/L postings with details. Let's say there is Unralized forex 1000 (posted on G/L).This 1000 are consisted of 500 for customer A and 500 for customer B. This should also be shown in the report. I guess it is not possible?
Regards,
Sonja
The "Entry Type" for "Unrealized Loss" and "Unrealized Gain"
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I know that but my question was. If you check value entry table you will see the same amounts in G/L and you can check where they are coming from. Here is different: yes we have specified information in detailed cust.ledger entries but if you navigate it you will see every transaction posted by adjust exchange rates batch job and not only the one that are connected with that particular unrealized forex. So I am asking how can I be sure that the reflection in G/L is correct?
Regards,
SOnja
You could write a processing report that creates a new dimension. SourceEntry and set it to "Entry No."
Run this report before the Adjust exchange report.
This report will create a new dimension for all the subledger entries.
Then when you run the report it will create a separate GL entries per each entry.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Regads,
Sonja
So writing a report to see the entries related to each other shouldn't be a problem.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Actually, can we prepare this report without adding the dimension?
Thanks.
Hope to hear from you.
Thanks & regards,
SOnja
and add pass fields from where the GL entry is being created.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thank you once again.
Regards,
Sonja
I've suggested this to MS that there should be a link between Cust/Vendor subledger and GL Entry.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
let say 10000 USD is for INV001,INV002,INV003
i need to know by document number
what we can do to get this ?
i also want to do reval by detail (per document)
Modify table 331. Add a new field called DocumentNo.
Then change the PK of the table and add DocumentNo at the end of the key.
to
Modify report 595
Add a paramater DocumentNo to function AdjExchRateBufferUpdate
Change line
to
Add the following line
Change the code where this function is called in the report and pass the document No.
Change function HandlePostAdjmt and add
AdjExchRateBuffer2.GET( at the of the line the documentNo
add the following code
hopefully this will get you started
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n