Calling client script for form validation from Suitelet in NetSuite

1.1k Views Asked by At

I have a Suitelet , basically a form with 'Start date' and 'End date' fields. I want to check for validation of the values entered by user using Client Script in that Suitelet.

1

There are 1 best solutions below

1
On
  1. Attach the Client Script to the Form via Form.clientScriptModulePath
  2. Implement the validateField entry point in the Client Script.