NetSuite modules

In an Adobe Workfront Fusion scenario, you can automate workflows that use NetSuite, as well as connect it to multiple third-party applications and services.

For instructions on creating a scenario, see the articles under Create scenarios: article index.

For information about modules, see the articles under Modules: article index.

Access requirements

Expand to view access requirements for the functionality in this article.
table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header
Adobe Workfront package

Any Adobe Workfront Workflow package and any Adobe Workfront Automation and Integration package

Workfront Ultimate

Workfront Prime and Select packages, with an additional purchase of Workfront Fusion.

Adobe Workfront licenses

Standard

Work or higher

Adobe Workfront Fusion license

Operation-based: No Workfront Fusion license requirement

Connector-based (legacy): Workfront Fusion for Work Automation and Integration

Product If your organization has a Select or Prime Workfront package that does not include Workfront Automation and Integration, your organization must purchase Adobe Workfront Fusion.

For more detail about the information in this table, see Access requirements in documentation.

For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.

Prerequisites

To use NetSuite modules, you must have a NetSuite account.

NetSuite API information

The NetSuite connector uses the following:

API version
v1
API tag
v1.0.10

Create a connection to NetSuite

To create a connection for your NetSuite modules:

  1. In the NetSuite module, click Add next to the Connection box.

  2. Fill in the following fields:

    table 0-row-2 1-row-2 2-row-2 3-row-2 4-row-2 layout-auto html-authored no-header
    Connection name Enter a name for this connection.
    Type Select whether you are connecting to a service account or a personal account.
    Account ID Enter the ID for your NetSuite account.
    Client ID Enter the client ID for your NetSuite account. This can be found in your NetSuite client credentials.
    Client Secret Enter the client secret for your NetSuite account.
  3. Click Continue to save the connection and return to the module.

NetSuite modules and their fields

When you configure NetSuite modules, Workfront Fusion displays the fields listed below. Along with these, additional NetSuite fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.

If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another.

Map toggle

Custom API Call

This action module lets you make a custom authenticated call to the NetSuite API. This way, you can create a data flow automation that can’t be accomplished by the other NetSuite modules.

The action is based on the entity type (Allocadia object type) you specify.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your NetSuite account to Workfront Fusion, see Create a connection to NetSuite in this article.
URL

Use the following URL format:

https://{accountID}.suitetalk.api.netsuite.com/services/rest/record/{version}/{resource}?{query-parameters}

Method
Select the HTTP request method you need to configure the API call. For more information, see HTTP request methods.
Headers

Add the headers of the request in the form of a standard JSON object.

For example, {"Content-type":"application/json"}

Workfront Fusion adds the authorization headers for you.

Query String

Add the query for the API call in the form of a standard JSON object.

For example: {"name":"something-urgent"}

Body

Add the body content for the API call in the form of a standard JSON object.

Note:

When using conditional statements such as if in your JSON, put the quotation marks outside of the conditional statement.

recommendation-more-help
7e1891ad-4d59-4355-88ab-a2e62ed7d1a3