Step1: Enable Features

To use Netsuite connector, the REST Web Services feature and OAuth 2.0 must be enabled in your account.

  1. Go to Setup > Company > Enable Features
  2. Check the boxes for Client SuiteScript and Server SuiteScript in the SuiteScript section.
  1. Check the box for REST WEB SERVICES in SuiteTalk (Web Services) section.
  1. In the Manage Authentication section, check the OAuth 2.0 box.
  2. Click Save.

Step2: Create Integration Record

  1. Go to Setup > Integration > New

  2. Enter a name for your application in the Name field.

  3. Enter a description in the Description field, if preferred.

  4. Select Enabled in the State field.

  5. Enter a note in the Note field, if preferred.

  6. On the Authentication tab, perform following steps:

    1. Check the box for Authorization Code Grant.
    2. In Redirect URI field pass https://app.getknit.dev/oauth/authorize
    3. Check the box for REST Web Services.
    4. Click Save.
  7. You will get Client ID and Client Secret after performing above steps. Store them somewhere safely. You will need them later.