Hi All,
I want to update the offset account (LedgerJournalTrans.OffsetLedgerDimension) in general journal when importing xml through dmf which does not have any value for it.
It should default from JournalName.OffsetLedgerDimension+ custtablefinancialdimension but currenlty I am trying to set the value in staging postGetStagingData by setting the value to LedgerJournalEntityStaging.OffsetAccountDisplayValue but it is not working. I need the dimensions which are a merger of the dimensions.
I am not sure how to populate staging table so that the offset account in the general journal is populated with the value.
Thanks.