NetSuite Delete Record
You can use the NetSuite Delete Record activity to delete records from the NetSuite system.
This activity supports batch operations. You can delete multiple records at a time. If you want to delete a data collection from the NetSuite system in a batch, you can use the For-Each statement to map the data collection to the elements in the Input field in the NetSuite Delete Record activity. It also supports custom fields, custom records, and custom lists, see Customization for more information.
General
On the General tab, you can specify a NetSuite connection and record category. The General tab contains the following fields:
Field | Module Property? | Description |
---|---|---|
Name | No | (Required) Specify a name for the activity in the process definition. |
NetSuite Connection | Yes | (Required) Select a shared connection resource.
Click the
|
Record Category | No | (Required) Select the top-level category of the record type. |
Record Subcategory | No | (Required) Select the subcategory of the record type. |
Record | No | (Required) Select the record type. |
Description
On the Description tab, you can enter a short description for the activity.
Input
On the Input tab, you can specify the fields that you require. The Input tab contains the following fields:
Field | Data Type | Description |
---|---|---|
baseRef
Note: At least one of the following elements is required. If both of them are given values, the value in the
@internalId element is used to delete records.
|
||
@internalId | String | The internal IDs of the records you want to delete from the NetSuite system. |
@externalId | String | The external IDs of the records you want to delete from the NetSuite system. |
Output
On the Output tab, you can check the response information. The Output tab contains the following fields:
Output Item | Data Type | Description |
---|---|---|
Success | Boolean | This element indicates the status of all the operations. If no error occurs when adding one or more records, the status true is returned. |
Results | ||
Result | The
Result element contains the
status and
baseRef elements.
|
|
status | The
status element contains the following elements:
|
|
baseRef | The
baseRef element contains the following elements:
|
Fault
The Fault tab lists exceptions that might occur when you use this activity. For more detailed information, see Error Codes.
Error Schema Element | Data Type | Description |
---|---|---|
NetSuitePluginException | ||
msg | String | The TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite error message. |
msgCode | String | The TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite error code. |
NetSuiteServerException | ||
msg | String | The NetSuite system error message when processing a request from the plug-in. |
msgCode | String | The NetSuite system error code when processing a request from the plug-in. |
NetSuiteMSG | String | The NetSuite server error message when processing a request from the plug-in. |