You can import suitelet script objects from a target NetSuite account into your SuiteCloud projects for SuiteCloud Development Framework (SDF). Suitelets are extensions of the SuiteScript API that give developers the ability to build custom NetSuite pages and backend logic. Suitelets are server-side scripts that operate in a request-response model. They are invoked by HTTP GET or POST requests to system generated URLs.
The suitelet script object can be created in a SuiteCloud project and deployed to a target NetSuite account. Suitelet scripts can also be imported from a target NetSuite account into a SuiteCloud project.
For information about working with a suitelet script object from your SuiteCloud project, see the following topics:
- Components of a Script Object
- Components of a Suitelet Script Object
- Setting Values for a Script Object
- Setting Values for a Suitelet Script Object
- Example of a Suitelet Script Object
For additional information about suitelet scripts, see:
- SuiteScript 2.x Suitelet Script Type
- SuiteScript 2.x Suitelet Script Reference
- How Suitelet Scripts are Executed
- Suitelet Script Deployment Page