Requirement :1. Create a button in Invoice page na...
# suitescript
p
Requirement :1. Create a button in Invoice page named 'Send Email'. 2. On click of this button, system should trigger email to customer's billing contact, if billing contact is not available then system should send email to customer's email.
r
We have exactly this in our instance of NS. It's done with a combination of workflow and suitescript. When I get a chance to refactor, I'll do it all in suitescript.
As @Craig said, use the N/email action and then source the email from the records of interest.
👍 1