NetSuite modules
- Topics:
- Workfront Fusion
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
You must have the following access to use the functionality in this article:
Current license requirement: No Workfront Fusion license requirement.
Or
Legacy license requirement: Workfront Fusion for Work Automation and Integration
Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.
Or
Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.
To find out what plan, license type, or access you have, contact your Workfront administrator.
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:
Create a connection to NetSuite
To create a connection for your NetSuite modules:
-
In the NetSuite module, click Add next to the Connection box.
-
Fill in the following fields:
Connection nameEnter a name for this connection.TypeSelect whether you are connecting to a service account or a personal account.Account IDEnter the ID for your NetSuite account.Client IDEnter the client ID for your NetSuite account. This can be found in your NetSuite client credentials.Client SecretEnter the client secret for your NetSuite account. -
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.
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.
Use the following URL format:
https://{accountID}.suitetalk.api.netsuite.com/services/rest/record/{version}/{resource}?{query-parameters}
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.
Add the query for the API call in the form of a standard JSON object.
For example: {"name":"something-urgent"}
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.