Hi everyone, I am new here, want help from all Net...
# general
s
Hi everyone, I am new here, want help from all NetSuite Professionals. So the case is: For my Sales Order, I have created a Custom Advanced HTML/PDF Template. I want to send this template in the body of my email (not as attachment) on afterSubmit Script. How should I do it.
b
do you know the difference between a custom form and a template?
s
I am talking about Advance pdf html template in both cases. No other form/template
b
render.transaction does not work with templates
it only works with forms
thats why the formId parameter has form in the name
s
What do you mean by form? can you tell me the navigation
b
s
Thanks for the help. Do you know any method that will help me send templates in email
s
Hi, please read the edited query again.
b
setup a form to use your template
render your transaction using that form
s
Got it. Thanks very much for you help.