Helena
03/08/2023, 8:58 PMlet customerRec = record.load({
type: 'customer',
id: customerId
});
customerRec.setValue({
fieldId: 'requestreadreceipt',
value: true
});
Anthony OConnor
03/08/2023, 9:39 PMrequestreadreceipt
isn't a field on the customer record, its a field on the message record.
there's no documented way to set that using the email module or render module, so I don't think its possible.Helena
03/08/2023, 9:52 PMNElliott
03/09/2023, 8:19 AMHelena
03/09/2023, 7:51 PM