I have my suitescript to run when a new sales order is created. It's working fine when I login to netsuite and manually create a sales order. I know my script is working when I received a test email from my suitescript code.
However, when the order is placed through a webservice API, my suitescript is not trigger, I dont' receive the test email.
My question, does suitscript suppose to work when the order is placed through webservice API as well or it has to create a suitetalk way to make it work?