Hi everyone, has anyone tried creating message rec...
# suitescript
g
Hi everyone, has anyone tried creating message record and attached to custom record using version 1 script? It throws error with no accurate reason why
t
why create a message record when you can use nlapiSendEmail and make sure to pass the custom record to merge it with?
Copy code
nlapiSendEmail(author, recipient, subject, body, cc,
bcc, records, attachments, notifySenderOnBounce,
internalOnly, replyTo)
g
It should not send email to anyone tho that’s why I just need to create the message record.