Creating a Suitelet Connection Point

You can create Suitelets to provide outbound single sign-on access in custom user interface objects. To make a Suitelet available for a SuiteSignOn connection point, you must create a JavaScript file, create a NetSuite script record, and deploy the script.

Important:

Only a Suitelet connection point is supported for SuiteSignOn access from your web store.

To create and deploy a SuiteSignOn Suitelet:

  1. Create a .js file that uses SuiteScript API.

    For information about SuiteScript 2.0 API, see sso.generateSuiteSignOnToken(options).

    For information about specifying values on the SuiteSignOn record, see Setting SuiteSignOn Basic Definitions.

  2. Create a record for the script and deploy it in NetSuite. See SuiteScript 2.x Script Creation Process.

  3. Define a Suitelet connection point for your SuiteSignOn integration. See Defining SuiteSignOn Connection Points.

Related Topics

General Notices