Trying to create a `workflow action script` - have...
# suitescript
m
Trying to create a
workflow action script
- have this triggered when a sales order is created. Goal is to send an email to the customer on the sales order, using an email template (id=37) and changing the replyto address to NOT USE @messages.na.....netsuite.com Anyone have code already created I can leverage?
Went a different direction. Had my workflow action script build a delimited list with "|" and then used ?split("|") to iterate thru it. Always another way, but MAN does NS make life a pain in the ankles sometimes...