GMR Admin
10/31/2024, 5:57 PMGMR Admin
10/31/2024, 5:59 PMlog.debug({ title: "idString is not empty", details: `Setting custbody_referencetransactions to ${idString}` });
context.newRecord.setValue({ fieldId: 'custbody_referencetransactions', value: idString });
The log entry goes off just fine with the correct values, but the values don't stick and nothing shows up in the system notes for the payment.GMR Admin
10/31/2024, 8:41 PMcontext.newRecord
from the create goes away without impacting the edited payment.
I guess I'll need to move my code to afterSubmit
.GMR Admin
10/31/2024, 9:52 PMNicholas Klug
11/01/2024, 1:12 AMNicholas Klug
11/01/2024, 1:13 AMGMR Admin
11/04/2024, 9:25 PM