BM
07/26/2021, 2:41 PMemail.send({
author: paramEmailAuthor,
body: objEmailBody,
recipients: [stEmailRecipient],
subject: objEmailSubject,
attachments: [objFileAttachment],
bcc: null,
cc: null,
relatedRecords: {
entityId: intCustomerId,
transactionId: intTransactionId,
customRecord: {
id: 4301, //internal id of the custom record
recordType: 829 //internal id of the custom record type
}
}
});
Sandii
07/26/2021, 3:46 PM4301
and 829
strings, as well as trying the customrecord_mycustomrecord
id instead of 829
battk
07/26/2021, 8:28 PMbattk
07/26/2021, 8:29 PM