When a RMA(customer return authorization) is creat...
# suitescript
t
When a RMA(customer return authorization) is created, send an email with following details: Sender : current user Recipient : current user Subject : RMA <<RMA#>> Status Update. Body : Hello <<Current User Name>>, <<RMA#>> has been created successfully. How to add transcation no in email? how to break new line? how to Create RMA record link should be attached in the email?
b
first step is to use N/email
you should probably be able to get at least a hardcoded version of your email working with that
after that you either start dynamically generating the strings you use for the parameters