SuiteScript 2.x Custom Pages

You can use SuiteScript 2.x to create custom forms and list pages, and work with UI objects.

You can create custom forms using a Suitelet, Portlet, or user event script that triggers on the beforeLoad entry point. You can add buttons, fields, field groups, tabs, sublists, and page links to a custom form. For more information, see SuiteScript 2.x Custom Forms.

You can create custom list pages using a Suitelet or Portlet. You can add buttons, columns, page links, and rows to a custom list page. For more information, see SuiteScript 2.x Custom List Pages

Creating custom forms and pages lets you build a custom UI that optimizes your NetSuite environment and maintains its look and feel. You have several options to create and manage your custom UI. You can use Customization, SuiteScript 2.x UI Components, or HTML. For more information, see SuiteScript 2.x Working with UI Objects

Important:

SuiteScript only allows access to the NetSuite UI through its APIs, not the Document Object Model (DOM).

Related Topics

General Notices