SuiteScript 2.x RESTlet Script Type
A RESTlet is a SuiteScript you can call from outside NetSuite or another script. It only runs when called, and sometimes returns a value.
RESTlets help you pull data into NetSuite from other systems or send data out. You can also use RESTlets with other scripts to customize how NetSuite pages work.
For more details, see the following:
You can manage RESTlet scripts with SuiteCloud Development Framework (SDF) in file-based projects. To learn more, see SuiteCloud Development Framework. Use Copy to Account to send a RESTlet script to another account. Just click Copy to Account in the upper right on the script page. For details, see Copy to Account.
Use SuiteScript Analysis to check when a script was installed and how it’s performed. For more, see Analyzing Scripts.
Related Support Articles
Related Topics
- SuiteScript 2.x Script Types
- SuiteScript 2.x Bundle Installation Script Type
- SuiteScript 2.x Client Script Type
- SuiteScript 2.x Map/Reduce Script Type
- SuiteScript 2.x Mass Update Script Type
- SuiteScript 2.x Portlet Script Type
- SuiteScript 2.x Scheduled Script Type
- SuiteScript 2.x Suitelet Script Type
- SuiteScript 2.x User Event Script Type
- SuiteScript 2.x Workflow Action Script Type