RE: Data management import does not update cash discount
Hi Rebecka, is your issue still persist?
For "Cash discount code" field in the "General journals" entity, you need to do small customization for that field.
AOT name for "General journals" entity is LedgerJournalEntity.
You need to add "Cash discount code" field in method :
1. UpdateExistingJournalLines : In the update_recordset statement, you need to add that missing field
2. CreateJournalLines : in the insert_recordset statement, you need to add that missing field