Dear
I am integrating with AxdEntity_LedgerJournalTrans using C# to push GL entries into AX.
All is working fine, however the currency code is always showing as the Base currency in AX even though it has different value in C#
Dim Trans As New AxdEntity_LedgerJournalTrans()
With Trans
.Company = CompanyID
.TransDate = DocDate
.TransDateSpecified = True
.CurrencyCode = CurrencyID
…
*This post is locked for comments