hey everyone, I've got a scheduled script that wil...
# suitescript
m
hey everyone, I've got a scheduled script that will send an email to vendors who have incomplete Purchase orders. The body of the email lists any/all POs that are incomplete, and by that I mean if any item on the PO has missed its 'received by' date. I want to make the list of POs in the email link out to a Suitelet, and that Suitelet be able to load/display the item dates (from the item sublist) that are late. I can link to my Suitelet from the email and even include the PO's id in the Suitelet's URL. My questions are: Is that the correct way to go about this? How do I grab the URL with the additional parameter set in the scheduled script from the suitelet script? Or, how would you approach this? I've looked through suite answers and haven't found much to point me in the right direction after adding the PO id to the Suitelet URL in the Scheduled Script. Thank you!