What's the best way to handle emails in Netsuite, ...
# suitescript
k
What's the best way to handle emails in Netsuite, especially for multiple companies? e.g., sales person enters an order for an item in company A -> order confirmation is formatted to include company A-specific information etc. I tried googling this and unfortunately didn't turn up much as far as being able to do this directly in Netsuite (like, customizing a template that is able to check the field name of the company and changing depending on that field) Is this something that exists in Netsuite? Or would perhaps a better option be to trigger a script on submission of a Sales order that checks the fieldname that way, then triggers an API call to a 3rd party email provider and sends the email that way? Thanks for any help:)