Only if NetSuite had a way to query any outgoing e...
# general
n
Only if NetSuite had a way to query any outgoing email going out
m
You could add an address to the Global BCC list (
Setup > Company > Email Preferences
) to do that
n
Thanks for sharing the hack - really handy!
@michoel I have the email now at least and it does not have any search id - meaning it didn't come from a saved search. Do you happen to know if internet headers of workflow and suitescript have any unique identifiers that I should look for- that makes them unique so we can conclude whether the email came from a workflow or a suitescript?
m
I just took a look at the headers for both of them and they are pretty similar -
X-NetSuite: c=4078540_SB1; s=<http://be27.prod.sv|be27.prod.sv>; v=2019.1.0.64; t=SuiteScript; ec=false
. Both workflows and scripts seem to set
t=SuiteScript
. Maybe if you give support the message id they have access to further logs.
👍🏼 1
n
@michoel Just got a reply from NetSuite - thought would share with the group - "If the email comes from a Saved Search it will show on the header t=SearchEmailTask, if from a Workflow it will be t=SuiteScript, if via SuiteScript it shows as t=SuiteScript but also contains something that looks like this X-VirtualServer: productionSuiteScriptBulk."