McCoy
06/05/2024, 8:26 PMMichael Pope
06/05/2024, 8:26 PMMcCoy
06/05/2024, 8:27 PMMichael Pope
06/05/2024, 8:28 PMMcCoy
06/05/2024, 8:30 PMMcCoy
06/05/2024, 8:30 PMlet pdfFile = renderer.renderAsPdf();
log.debug(“Generated PDF File”, pdfFile);
email.send({
author: 14119,
recipients: recipientsArr,
subject: ‘Blanket Purchase Order’,
body: ‘Please find the attached PDF of your blanket purchase order.’,
attachments: [pdfFile],
relatedRecords: {
transactionId: Number(orderId),
},
});Michael Pope
06/05/2024, 8:32 PMMichael Pope
06/05/2024, 8:32 PMMichael Pope
06/05/2024, 8:32 PMMcCoy
06/05/2024, 8:33 PMMichael Pope
06/05/2024, 8:33 PMbattk
06/05/2024, 8:33 PMMichael Pope
06/05/2024, 8:34 PMbattk
06/05/2024, 8:34 PMMcCoy
06/05/2024, 8:35 PMbattk
06/05/2024, 8:35 PMMcCoy
06/05/2024, 8:36 PMMichael Pope
06/05/2024, 8:38 PM