Hi Guys,
Need your advice.
I am importing data coming from API into General Ledger Journal. For this I have a separate settings form where I have logic for mapping Journal columns to my csv columns. But I have difficulty with mapping account (AccountDisplayValue in LedgerJournalLineEntity).
As AccountDisplayValue field could be any account structure assigned to a company I need to have functionality on settings form where user can select account structure and depending on selected structure, its dimensions will be displayed.
Could you suggest what Tables or Entities I can use for this (as I understood account structures are stored in DimensionHierarchy table but don't know where dimensions are)?
Or maybe you can advice a better way to do such mapping.
Thank you for your help!