'86000.001-204 ’ it is my account structure value provided in excel file… How can i create ledger dimension for this?
I have to use it in the following method
AxLedgerJournalTrans.parmLedgerDimension();
'86000.001-204 ’ it is my account structure value provided in excel file… How can i create ledger dimension for this?
I have to use it in the following method
AxLedgerJournalTrans.parmLedgerDimension();
So “-” is the delimiter, then you can use str2con to get the ledger account and dimension values.
Have a look at, \Classes\DMFDimensionHelper\generateDefaultDimension
Please don’t combine multiple issues with in a single thread. I am going to split it for now.