Hello everyone,
I am currently trying to add two custom fields to CustCollectionLetterTrans.
Since these fields need to be automatically populated as soon as a record is created, I assumed that I could use either the insert or the initFromCustCollectionLetterJour method to populate the fields. However, it seems that neither of these methods is being executed, according to the debugger.
After some research, I discovered the createCustCollectionLetterTransForJournalSetbased method in the CustCollectionLetterCreate class, which appears to write data to the CustCollectionLetterTrans.
My question now is, how can I modify the insert_recordset section to also populate my two custom fields?
Thank you for your help.