How do i send an email via a suitescript but also ...
# suitescript
l
How do i send an email via a suitescript but also log the message on the customer/contact record?
a
just use the optional
relatedRecords
parameter of
email.send
l
thanks