NetSuite Connector Guide > NetSuite connections > Using a NetSuite connection in a process
  

Using a NetSuite connection in a process

After you create a NetSuite connection, you can use it in a Service step in a process.
Perform the following steps to use a NetSuite connection in a process:
    1Add a Service step to the process.
    2Click the Service tab.
    3From the Service Type list, select Connection.
    4From the Connection list, browse and select the NetSuite connection that you created.
    5From the Action list, select the action that you want to perform on NetSuite Connector. For example, select Access Token to authorize the NetSuite REST requests and other connection requests as shown in the following image:
    The image shows the Acess Token selected from the Action list to authorize the NetSuite REST requests.
    Application Integration populates the access_token and response object under output fields. The access token enables you to authorize the NetSuite REST requests and all the other connection requests. The access token enables you to authorize all CRUD NetSuite REST requests. Similar to the Access Token and Create Object step, you can configure more service steps as required.
    6Configure further steps as needed.
    7 Validate, save, and publish the process.