Search code examples
cursorworkflownetsuitesuitescript

NetSuite / Suitescript - Focus on field on Page Load


Is there a way through workflow or suitescript to focus to a specific field when the page loads? I don't want a hack.

Thanks!


Solution

  • Unfortunately there is no way to access to the NetSuite UI using SuiteScript because it doesn't support direct access through the DOM. You need to use javascript.