HOW TO CREATE SUITELET ASSISTANT IN NETSUITE?
Category : NetSuite , suitescript , SuiteScript 2.0
1) Create the assistant.
2) Create steps.
3) Attach client script to validate data on page init, field change, save ( when user clicks on next or finish) or any other trigger function supported by client script.
4) Build pages for each step. (Get Function)
5) Set values for fields
6) Set up the action when user clicks on next, cancel, back or finish. (Post function)
1)