I have a small script that makes the default of In...
# suitescript
p
I have a small script that makes the default of Include Transaction in an email set to False but this is happening globally. I now need to have only an email sent from the invoice record to have the default of Include Transaction be set to True. Is there a way to do this?
b
use the request from the scriptContext
you can either use the parameters to tell which transaction the message is for, or use the referer in the headers