Setup steps using SuiteBundle - nordic-netsuite/AVNS-CRUD GitHub Wiki

Install the bundle in the new Account

Important: The bundle installation should be done by Customer user with admin responsibility. Installing this bundle is fully at your own risk as it could interfear or break your envionment.

  1. Log in to NetSuite Environment (preferably Sandbox) as Administrator
  2. Go To Customization -> SuiteBundler -> Search and Install Bundles
  3. Enter 208389 in field KEYWORD and click on Search button
  4. Click on “AVNS CRUD”
  5. Click on “Install” and answer OK to questions.

OAuth Setup

Highly recommend using OAuth for Restlet calls Parts that needs to be setup:

  1. Define Integration (Setup/Integration/Manage Integration)
  2. Define Integration Role (Setup/Roles/Manage Roles)
  3. Define Integration User (Setup/Users/Manage Users)
  4. Setup Access Tokens (Setup/Users/Access Tokens)

Deploy AVNS CRUD Restlet

  1. Go To Customization/Scripting/Scripts
  2. Filter by Type = Restlet to identify AVNS CRUD
  3. Click on View
  4. Click on Deployments tag
  5. Click on AVNS CRUD
  6. Click on Edit
  7. Choose the Integration Role created in step 2 of OAuth Setup
  8. Save