Hi All,
I have a requirement where I need to populate the terms of payment in genereal journal using LedgerJournalEntity.
I have tried using UpdateEntityDatasource to update the LedgerJournalTrans table directly with the customers terms of payment but this is not getting called along with some more methods.
As this field LedgerJournalTrans.Payment is not a part of entity so I cannot explicitly set its value in postGetStagingData. Can you please suggest how to populate this.
Even extending and adding the field is not helping.
Thanks!