Our Premium connector for NetSuite allows you to easily push data and files captured from your forms directly into your NetSuite account.
This creates a seamless, one-way synchronization, ensuring all your data is automatically updated in your NetSuite records. This is an efficient way to streamline your workflow and ensure your data is always up-to-date.
NOTE: You must ensure you have a valid NetSuite Connection setup in your organization before adding this connector to your form. |
Adding a Form Connector
- Navigate the side menu to App Workshop > Forms
- Hover over a form and click the “Connect” icon link ()
- In Form Connectors, hit the “Add Connector” button (top right)
- Select the relevant option to add the connector
This will refresh the page with the newly added connector ready for configuration.
Nothing has been saved at this stage, so save your connector after making any changes to enable or update it.
Alternatively, if you’re busy designing the form or editing its settings, navigate to the Connectors page under its title.
Configuring the NetSuite Form Connector
HTTP Action
POST – submit an attribute or entity to a target record
PUT – create or overwrite a target record
DELETE – delete a target record
PATCH – modify a target record
Record URL
Specify the target record’s full path.
Follow the links below for more details on Records: NetSuite REST API Browser: Record API v1 – REST Web Services Supported Records.
JSON Body
Enter the NetSuite JSON Request Body
Replace Placeholders with Display Text
By default, placeholders will be replaced with the raw answer value from the form entry.
For example, date values are stored as UTC time in ISO 8601 raw format, e.g., 2015-10-23T15:05:07Z.
Select this option if you wish to replace with user-displayed text instead, e.g., 23-Oct-2015 05:05:0,7, assuming your time zone is UTC-10
Anonymize Personal Data
If enabled, data from fields marked as Personal Data will be converted to a non-human-readable format to aid privacy.
Add a Run Condition
Only Perform This Action When
Add a formula that calculates whether or not this Connector should be run when a form entry is submitted.
Use the hammer icon to launch the Formula Builder and build a formula that gives a true/false result.
Wait No Longer Than
Specify a maximum time to wait before running this Connector.
Generally, the answer values on Form entries are uploaded within a few seconds. If there are photos or other media captured, these files can take time to upload.
By default, the system waits until all media files are uploaded from the app before running the Connector.
Use this option to force the sending of outputs (likely missing some photos) due to business-critical timeframes.
Examples (HTTP Action)
POST – Creating a new record
DELETE - Deleting a record
PATCH - Updating a record