I am developing a small customization in AX 2012, which will enable user to import Item Movement Journal Lines from Excel, in item movement journal we have to set OffsetAccount for every line, this is creating problem for me, I want to read the offset account from excel and set it for the line(in my case it is "110110 Bank Account USD"), I noticed that in InventJournalTrans table the field (LedgerDimension) is populated with a recId, but when I try to read this rec ID from excel and set it for InventJournalTrans, it tells me that this field does not exists.
My ultimate goal is to set the one single offset account for all lines, I can put it in excel or if anyone can show me how to display a segmented entry control for this purpose.
Any help would be much appreciated.