In addition to the standard NetSuite screens, additional screens can be added through development. It is possible to display a list of specific items of information, or to trigger a button on a screen to call an import function that is not supported by default.
When creating screens through development, it is also possible to use a type of script called a Suiltelet to implement functions such as saving and retrieving specific information or importing data.
To implement such a process, a script called “user event” is used to implement the process and link it to the screen elements created with Suitelet.
While developing within an existing system, it is possible to respond to various requests by using scripts within the system.