I've been asked to send an email notification to a...
# suitescript
b
I've been asked to send an email notification to a list of users when an activity (Phone Call, Event, or Task) has been created or updated. I have to use 1.0 for this script, and it looks like I need to use
nlapiCreateEmailMerger()
to create the body of an email for
nlapiSendEmail()
. It also looks like I need to use an
email template
for the email merger. I don't understand how to get values from the newly created/updated activity into the emailMerger object.