Hi all,
I want to import data from a CSV file to the ledgerJournalTrans table.
How do I insert my (dimension) string value ('1234-AMST-SERV') in the ledgerJournalTrans.LedgerDimension in X++ code.
My string value structure is “mainAccount-business unit-department”
and the value ledgerJournalTrans.type == ledgerJournalACType::ledger
*This post is locked for comments