Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
A few questions from a newbie
I have a few questions.
1. At what point does the Item Fulfillment record get populated? I am assuming that after you mark a Purchase Order as shipped, that it gets populated at that point
2. Will the following code segment work by creating an email?:
nlapiSendEmail(-5,'sthong@yahoo.com','Your order has been shipped','Body of email',,);
3. I am deploying a script for the first time. The ServerSuiteScript documentation says that I should select the script file and the library file. I am assuming that the script file is the file with my script and its associated functions. I am unclear as to what the library file is, and what it should contain.
0