String
NetSuite Connector 10.0 Reference - Mule 4
Anypoint Connector for NetSuite synchronizes data and automates business processes between NetSuite and third party applications, either on-premise or in the cloud. The connector makes use of the SuiteTalk WSDL to provide SOAP based integration to generate NetSuite business objects, make use of different authentication levels, and support error handling.
Release Notes: NetSuite Connector Release Notes
Configurations
Config
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
The name for this configuration. Connectors reference the configuration with this name. |
x |
||
Connection |
Connection types to provide to this configuration. |
x |
||
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the platform expires the instance at the exact moment that it becomes eligible. Mule purges the instances as appropriate. |
|||
Show warnings as errors |
Boolean |
When this preference is enabled, warning messages generated by NetSuite are treated as errors that cause an exception, resulting in rejection of the request. |
false |
|
Disable mandatory custom field validation |
Boolean |
This preference affects the handling of custom fields that are configured in the UI to be mandatory. If you set this preference to true, the fields are not treated as required during SOAP web services requests. If the preference is set to false, the fields are required. |
false |
|
Disable system notes for custom fields |
Boolean |
System notes are system-generated records that track changes to a record, including changes to specific field values. This preference lets you disable the creation of system notes for changes to custom fields. Depending on your integration, using this preference may increase performance. |
false |
|
Ignore read-only fields |
Boolean |
This preference affects the way the system behaves when you mistakenly submit a value for a read-only field. If you set this preference to true, the system ignores these mistakes. |
false |
|
Run server SuiteScript and trigger workflows |
Boolean |
By using the runServerSuiteScriptAndTriggerWorkflows preference, you can control SuiteScript and trigger workflows per request. If you do not include this preference in a request, the company preference set on the Web Services Preferences page is used. If you include this preference in the request, it overrides the company preference set in the UI. |
false |
|
Send runServerSuiteScript tag in Preferences header |
Boolean |
Send runServerSuiteScript tag in Preferences header |
true |
|
Customizations Separator |
String |
Separator used to generate the keys required to provided a better support for custom fields/records. If the script Id of the customization that defines a custom field/record contains the separator default character, setup a new one and regenerate the metadata. |
__ |
|
Time zone |
String |
String associated with the time zone . Enumeration, one of:
|
__ |
Connection Types
Request Based Authentication
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Read Timeout |
Number |
Specifies the amount of time in milliseconds that the client waits for a response before it times out. 0 specifies that the client waits indefinitely. |
60000 |
|
Read Timeout Unit |
Enumeration, one of:
|
The time unit for Read Timeout. |
MILLISECONDS |
|
Connection Timeout |
Number |
Specifies the amount of time in milliseconds that the client attempts to establish a connection before it times out. 0 specifies that the client continues to attempt to open a connection indefinitely. |
60000 |
|
Connection Timeout Unit |
Enumeration, one of:
|
The time unit for Connection Timeout. |
MILLISECONDS |
|
Web Service Endpoint |
String |
The endpoint for the NetSuite web service. The hostname is specific to the user’s Account ID. The rest of the URL contains the API version of the site. For example:
|
||
TLS configuration |
Defines a configuration for TLS, which can be used from both the client and server sides to secure communication for the Mule app. When using the HTTPS protocol, the HTTP communication is secured using TLS or SSL. If HTTPS is configured as the protocol then the user needs to configure at least the keystore in the |
|||
Host |
String |
The hostname of the HTTP proxy, for example localhost This field also requires the port to be set. |
||
Port |
Number |
The port number of the HTTP proxy, for example 3128. The port number must be specified if the hostname is also specified. |
||
Username |
String |
Username to supply to the HTTP proxy upon every request to NetSuite. This field is optional since a user might want to pass through an unauthenticated HTTP proxy. |
||
Password |
String |
The password which would be supplied to the HTTP proxy on every request to NetSuite. This field is optional, since a user might want to pass through an unauthenticated HTTP proxy. |
||
String |
The login email of both NetSuite UI and SuiteTalk |
x |
||
Password |
String |
The login password of both the NetSuite UI and SuiteTalk |
x |
|
Account |
String |
NetSuite SuiteTalk WebService account ID |
x |
|
Role ID |
String |
The ID of the role used to login in SuiteTalk, which determines the Processor privileges |
x |
|
Application ID |
String |
The ID related to the Integration record to use. Integration records are set up on the NetSuite environment. |
x |
|
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
|||
Pooling Profile |
Characteristics of the connection pool |
Token Authentication
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Read Timeout |
Number |
Specifies the amount of time in milliseconds that the client waits for a response before it times out. 0 specifies that the client waits indefinitely. |
60000 |
|
Read Timeout Unit |
Enumeration, one of:
|
Time unit for the Read Timeout parameter |
MILLISECONDS |
|
Connection Timeout |
Number |
Specifies the amount of time in milliseconds that the client attempts to establish a connection before it times out. 0 specifies that the client continues to attempt to open a connection indefinitely. |
60000 |
|
Connection Timeout Unit |
Enumeration, one of:
|
The time unit for Connection Timeout. |
MILLISECONDS |
|
Web Service Endpoint |
String |
The endpoint for the NetSuite web service. The hostname is specific to the user’s Account ID. The rest of the URL contains the API version of the site. For example:
|
||
TLS configuration |
Defines a configuration for TLS, which can be used from both the client and server sides to secure communication for the Mule app. When using the HTTPS protocol, the HTTP communication is secured using TLS or SSL. If HTTPS is configured as the protocol then the user needs to configure at least the keystore in the |
|||
Host |
String |
The hostname of the HTTP proxy, for example localhost This field also requires the port to be set. |
||
Port |
Number |
The port number of the HTTP proxy, for example 3128. The port number must be specified if the hostname is also specified. |
||
Username |
String |
The username which should be supplied to the HTTP proxy on every request to NetSuite. This field is optional, since a user might want to pass through an unauthenticated HTTP proxy. |
||
Password |
String |
The password which would be supplied to the HTTP proxy on every request to NetSuite. This field is optional, since a user might want to pass through an unauthenticated HTTP proxy. |
||
Consumer Key |
String |
The consumer key value for the token based authentication enabled integration record being used |
x |
|
Consumer Secret |
String |
The consumer secret value for the token based authentication enabled integration record being used |
x |
|
Token ID |
String |
The token ID representing the unique combination of a user and integration generated within the NetSuite environment |
x |
|
Token Secret |
String |
The respective token secret for the user/integration pair |
x |
|
Account |
String |
NetSuite SuiteTalk WebService account id. |
x |
|
Signature Algorithm |
Enumeration, one of:
|
The algorithm used to compute the SHA hash signature |
HMAC_SHA_1 |
|
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
|||
Pooling Profile |
Characteristics of the connection pool |
Supported Input Sources
REST Config
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The name for this configuration. Connectors reference the configuration with this name. |
x |
|
Connection |
The connection types to provide to this configuration. |
x |
||
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the platform expires the instance at the exact moment that it becomes eligible. Mule purges the instances as appropriate. |
Connection Types
RESTlet Login
RESTlet Login Authentication
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Read Timeout |
Number |
The amount of time that the client will wait for a response before it times out. 0 specifies that the client will wait indefinitely. |
60000 |
|
Read Timeout Unit |
Enumeration, one of:
|
The time unit for Read Timeout |
|
|
Connection Timeout |
Number |
The amount of time that the client will attempt to establish a connection before it times out. 0 specifies that the client will continue to attempt to open a connection indefinitely. |
60000 |
|
Connection Timeout Unit |
Enumeration, one of:
|
The time unit for Connection Timeout. |
MILLISECONDS |
|
Web Service Endpoint |
String |
|||
TLS configuration |
||||
Host |
String |
|||
Port |
Number |
|||
Username |
String |
|||
Password |
String |
|||
String |
x |
|||
Password |
String |
x |
||
Account |
String |
x |
||
Role ID |
String |
x |
||
Application ID |
String |
x |
||
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
|||
Pooling Profile |
Characteristics of the connection pool |
RESTlet Token
RESTlet Token Authentication
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Read Timeout |
Number |
The amount of time that the client will wait for a response before it times out. 0 specifies that the client will wait indefinitely. |
60000 |
|
Read Timeout Unit |
Enumeration, one of:
|
The time unit for Read Timeout. |
MILLISECONDS |
|
Connection Timeout |
Number |
The amount of time that the client will attempt to establish a connection before it times out. 0 specifies that the client will continue to attempt to open a connection indefinitely. |
60000 |
|
Connection Timeout Unit |
Enumeration, one of:
|
The time unit for Connection Timeout. |
MILLISECONDS |
|
Web Service Endpoint |
String |
|||
TLS configuration |
||||
Host |
String |
|||
Port |
Number |
|||
Username |
String |
|||
Password |
String |
|||
Consumer Key |
String |
x |
||
Consumer Secret |
String |
x |
||
Token ID |
String |
x |
||
Token Secret |
String |
x |
||
Account |
String |
x |
||
Signature Algorithm |
Enumeration, one of:
|
HMAC_SHA_1 |
||
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
|||
Pooling Profile |
Characteristics of the connection pool |
Supported Operations for the RESTlet Token
The RESTlet Token supports the standard operations and input sources listed in Supported Operations and Supported Input Sources
It also supports these operations:
Operations
Add File
<netsuite:add-file>
Creates a new file record. This Processor is similar to addRecord, but is customized for simplifying local content passing.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Folder Id |
The ID of the folder record where to add this file. |
|
||
Attributes |
Object |
The additional file attributes. |
||
Content |
Any |
The content of the file record to add. It can be of type String, Byte Array, File or InputStream. |
|
|
File Name |
String |
The name of the remote file. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Add List
<netsuite:add-list>
Used to add one or more records into the system. The attributes that define each record can either be the POJOs corresponding to the field or a map that represents it.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The type of record to add. |
x |
|
Records |
Array of Object |
The records with their attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Add Record
<netsuite:add-record>
Creates a new record. The attributes can either be the pojos corresponding to the field or a map that represents it.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The type of record to add. |
x |
|
Attributes |
Object |
The record attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Add Record Objects
<netsuite:add-record-objects>
This operation creates new records.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Added Records |
Array of Record |
A list of Records. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Add List
<netsuite:async-add-list>
An asynchronous request equivalent to RecordOperations#addList
.
The attributes can either be the POJOs corresponding to the field or a map that represents it. In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period are processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type. |
x |
|
Record Attributes |
Array of Object |
A list of Map<String,Object> containing the attributes of the records that will be added. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Delete List
<netsuite:async-delete-list>
An asynchronous request equivalent to RecordOperations#deleteList(NetSuiteSoapConfig, NetSuiteSoapConnection, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period are processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Deleted Base Ref Types |
Array of Base Ref Type |
A list of BaseRefType that references the objects to be deleted. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Delete List Records
<netsuite:async-delete-list-records>
An asynchronous request equivalent to RecordOperations#deleteRecordsList(NetSuiteSoapConfig, NetSuiteSoapConnection, List). In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests. Note that all available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID. Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Deleted Record Refs |
Array of Record Ref |
A list of RecordRef that references the objects to be deleted. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Get List
<netsuite:async-get-list>
An asynchronous request equivalent to RecordOperations#getList(NetSuiteSoapConfig, NetSuiteSoapConnection, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Retrieved Base Ref Types |
Array of Base Ref |
A list of BaseRefType that references the objects to be retrieved. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Get List Records
<netsuite:async-get-list-records>
An asynchronous request equivalent to RecordOperations#getList(NetSuiteSoapConfig, NetSuiteSoapConnection, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Retrieved Record Refs |
Array of Record Ref |
A list of RecordRef that references the objects to be retrieved. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:CANT_CREATE_RECORD
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:ERROR_FAULT
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:PARSING_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:SOAP_FAULT
-
NETSUITE:TRIGGER
Async Initialize List
<netsuite:async-initialize-list>
An asynchronous request equivalent to RecordOperations#initializeList(NetSuiteSoapConfig, NetSuiteSoapConnection, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Initialize Records |
Array of Initialize Record |
A list of InitializeRecord that references the objects to be initialized. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Async Search
<netsuite:async-search>
An asynchronous request equivalent to RecordOperations#search(NetSuiteSoapConfig, String, SearchRecord, boolean, boolean, int)
. Searches for all records that match the given criteria, asynchronously.
Due to the nature of the operation, this does not support paging, meaning that only the first page of results is returned. If no criteria is specified, all records of the given type are retrieved. In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period are processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Search Record |
String |
The search type. |
x |
|
Criteria |
SearchRecord - An abstract class without fields |
An instance of SearchRecord that defines the attributes that make up the search. |
|
|
Body Fields Only |
Boolean |
Defaults to |
true |
|
Return Search Columns |
Boolean |
Defaults to |
true |
|
Page Size |
Number |
Maximum amount of results per page. |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Async Update List
<netsuite:async-update-list>
An asynchronous request equivalent to RecordOperations#updateList(NetSuiteSoapConfig, NetSuiteSoapConnection, String, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type. |
x |
|
Record Attributes |
Array of Object |
A list of Map<String,Object> containing the attributes of the records that will be updated. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Async Upsert List
<netsuite:async-upsert-list>
An asynchronous request equivalent to RecordOperations#upsertList(NetSuiteSoapConfig, NetSuiteSoapConnection, String, List)
.
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
All available jobs for each polling period will be processed contiguously. There is no enforced waiting period for a job that is available. Once a job is initiated, a job ID is returned in the Web services response. Your client application can then check on the status and result of the request by referencing the job ID.
Note: Asynchronous request JobIDs are valid for 30 days.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type. |
x |
|
Record Attributes |
Array of Object |
A list of Map<String,Object> containing the attributes of the records that is inserted or updated. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Attach Record
<netsuite:attach-record>
Attaches a source or contact record (the attachment) to another destination record. Not all record types are supported as source, destination, or contact.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Source |
An instance of RecordRef. |
|
||
Destination |
An instance of RecordRef. |
x |
||
Contact |
An instance of RecordRef. |
|||
Role |
An instance of RecordRef. |
|||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Change Email
<netsuite:change-email>
Used to change the email address for the account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use |
x |
|
New Email |
String |
New email value |
||
Current Credentials |
String |
Current user password |
x |
|
Just This Account |
Boolean |
Update email for the current account only |
true |
|
Target Variable |
String |
Name of a variable in which to store the operation’s output |
||
Target Value |
String |
Expression to evaluate against the operation’s output and in which to store the expression outcome |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Change Password
<netsuite:change-password>
Used to change the password for the account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
New Password |
String |
New password value. |
||
Current Credentials |
String |
current user password. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Check Async Status
<netsuite:check-async-status>
This operation checks whether a particular asynchronous job has finished processing or not.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Job Id |
String |
The ID of the job to check. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Delete
<netsuite:delete>
Deletes a record. Not all records can be deleted.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Base Ref |
An instance of BaseRefType. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Delete List
<netsuite:delete-list>
Used to delete one or more records in the system.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Deleted Base Ref Types |
Array of Base Ref Type |
The records with their attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Delete Record
<netsuite:delete-record>
Deletes a record. Not all records can be deleted.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Ref |
An instance of RecordRef. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Delete Records List
<netsuite:delete-records-list>
Used to delete one or more records in the system.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Deleted Record Refs |
Array of Record Ref |
A list of RecordRef to delete. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Detach Record
<netsuite:detach-record>
Detaches a source record - that is, the attachment - from a destination record.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Source |
An instance of RecordRef. |
|
||
Destination |
An instance of RecordRef. |
x |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get
<netsuite:get>
This is used to retrieve a record by providing the unique ID that identifies that record.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Base Ref |
An instance of BaseRefType. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Account Governance Info
<netsuite:get-account-governance-info>
Get the Account Concurrency Limit and the Unallocated Concurrency Limit.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Target Variable |
String |
The name of a variable on which the operation’s output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation’s output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors |
|
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Async Result
<netsuite:get-async-result>
This operation returns the result of a job given that it has finished processing.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Job Id |
String |
The ID of the job. |
||
Page Index |
Number |
The page number of the asynchronous result. |
1 |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Budget Exchange Rates
<netsuite:get-budget-exchange-rates>
Used to get and filter all data related to Budget Exchange Rates table. This table maintain exchange rates between the root-parent and child subsidiaries for use in the budgeting process.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Period |
References an existing period. |
|
||
From Subsidiary |
References the receiving subsidiary. |
|||
To Subsidiary |
References the originating subsidiary. |
|||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Budget Exchange Rate |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Current Rate
<netsuite:get-current-rate>
Used to get the exchange rate between two currencies based on a certain date.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Rate Filter |
Filter the returned currency exchange rates using this filter. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Currency Rate |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Custom Record
<netsuite:get-custom-record>
This is used to retrieve a custom record by providing the unique ID that identifies that record.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use |
x |
|
Record Type |
String |
Type of record to get |
x |
|
Internal Id |
String |
|
||
External Id |
String |
|
||
Target Variable |
String |
Name of a variable in which to store the operation’s output |
||
Target Value |
String |
Expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Customization Ids
<netsuite:get-customization-ids>
Returns the IDs of available customizations for a given customization type.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
Enumeration, one of:
|
The target record type. |
x |
|
Include Inactives |
Boolean |
If inactive customizations should also be returned. |
false |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Customization Ref |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Data Center URLs
<netsuite:get-data-center-urls>
Used to obtain suitable the NetSuite data center URL for the account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Account Id |
String |
account ID. |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Deleted Records
<netsuite:get-deleted-records>
Returns a list of deleted records for the given record type and date period.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
Enumeration, one of:
|
The type of the target deleted record to retrieve. |
x |
|
Page Index |
Number |
The page number to retrieve. |
1 |
|
Deleted Date |
A SearchDateField where you can define a predefined search date value, or a date period of your choice, together with the search date operator. |
#[payload] |
|
|
Target Variable |
String |
The name of a variable on which the operation’s output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation’s output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors |
|
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Integration Governance Info
<netsuite:get-integration-governance-info>
Get the Concurrency Limit for the integration (integrationConcurrencyLimit) and the limitType, which can be:
-
integrationSpecific
when a limit has been allocated. -
internal
, when it is an internal application.
In this case the limit is not displayed. -
-accountLimit
, when no specific limit is allocated to the integration.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Target Variable |
String |
The name of a variable on which the operation’s output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation’s output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors |
|
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD === Get Item Availability
<netsuite:get-item-availability>
Returns the availability for a given item record reference. If the multi-location inventory feature is enabled, this processor returns results for all locations. For locations that do not have any items available, only location IDs and names are listed in the results.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record |
An instance of RecordRef. |
|
||
If Modified Since |
DateTime |
An optional modified since date. If set, only items with quantity available changes recorded as of the specified date are returned. |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Item Availability |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get List
<netsuite:get-list>
This operation is used to retrieve a list of objects referenced in the list of BaseRef object.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
References |
Array of Base Ref |
List of BaseRef child classes. Check BaseRef for a list of child classes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Record |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Posting Transaction Summary
<netsuite:get-posting-transaction-summary>
Used to retrieve a summary of the actual data in an Account. This operation allows you to retrieve a summary of the actual data posted to the general ledger in an Account. You can use available filters or fields to generate reports that are similar to what you see when you run financial reports such as a Trial Balance, Balance Sheet, or an Income Statement.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Fields |
Specify how you want your data grouped. |
|
||
Filters |
Specify your filtering criteria. |
|
||
Page Index |
Number |
Specify the page to be returned. |
1 |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Record
<netsuite:get-record>
This is used to retrieve a record by providing the unique ID that identifies that record.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The type of record to get. |
x |
|
Internal Id |
String |
The internalId of the record to get. You can choose between this or externalId. |
|
|
External Id |
String |
The externalId of the record to get. You can choose between this or internalId. |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Records
<netsuite:get-records>
This operation is used to retrieve a list of all records of the specified type. Records that support the getAll operation are listed in the GetAllRecordType.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
Enumeration, one of:
|
The target record type. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Saved Search
<netsuite:get-saved-search>
Retrieves a list of existing saved searches for the given record type.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
Enumeration, one of:
|
The target record type. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Record Ref |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Select Value
<netsuite:get-select-value>
Used to retrieve valid values for a given recordRef field where the referenced record type is not yet exposed in the Web services API or when the logged in role does not have access to the instances of the record type.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Page |
Number |
For select values that span multiple pages, use this argument to specify which page to return in your response. |
x |
|
Field Descriptor |
Use to specify all characteristics of the field containing the select values. For example, depending on the field and the values you want returned, you will specify the names or internalIds for the record type, sublist, and field. You may also specify filtering criteria to refine the select options returned in the response. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Get Server Time
<netsuite:get-server-time>
Returns the server time.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Initialize
<netsuite:initialize>
Populates fields on transaction line items with values from a related record, in a similar way empty text boxes are pre-populated within the NetSuite UI.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record To Initialize |
An instance of InitializeRecord. |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Initialize List
<netsuite:initialize-list>
Used to emulate the UI workflow by pre-populating fields on transaction line items with values from a related record.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Initialize Records |
Array of Initialize Record |
The list of InitializeRecord to initialize. |
#[payload] |
|
Target Variable |
String |
The name of a variable on which the operation’s output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation’s output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors |
|
Output
Type |
Array of Record |
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Search
<netsuite:search>
The search operation is used to execute a search on a specific record type based on a set of criteria. This processor has been enhanced with a paging mechanism. Searches can be Basic, Advanced, or Join searches. See SearchRecord for all the available searches.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Key |
String |
The search type. |
x |
|
Search Record |
SearchRecord - An abstract class without fields |
An instance of SearchRecord that defines the attributes that make up the search. |
|
|
Body Fields Only |
Boolean |
Defaults to |
true |
|
Return Search Columns |
Boolean |
Defaults to |
true |
|
Page Size |
Number |
Page size when returning paginated results |
x |
|
Streaming Strategy |
|
Configure to use repeatable streams. |
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Update Invitee Status
<netsuite:update-invitee-status>
Sets a new invitation status for a given event.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Event Id |
The target event ID. |
|
||
Status |
Enumeration, one of:
|
The new status value to set. |
x |
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Update Invitee Status List
<netsuite:update-invitee-status-list>
Sets multiple new invitation status for a given event.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
x |
||
Invitee Statuses |
Array of Update Invitee Status Reference |
A list of the UpdateInviteeStatusReference items. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Update List
<netsuite:update-list>
Used to update one or more existing records in the system by providing new values for the fields to be updated for each record. The records to be updated are identified through the provided unique identifiers.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The type of record to update. |
x |
|
Records |
Array of Object |
The records with their attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Update Record
<netsuite:update-record>
Updates an existing record. The attributes can either be the POJOs corresponding to the field or a map that represents it.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type to update. |
x |
|
Attributes |
Object |
The record attributes, including internalId or externalId attribute. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Update Records List
<netsuite:update-records-list>
Used to update one or more existing records in the system by providing a list of records. The records to be updated are identified through the provided unique identifiers. This operation enables you to add a batch of records of any type in one call.
This operation cannot be used with data mapping or DataSense.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Records |
Array of Record |
The records with their attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Upsert List
<netsuite:upsert-list>
Adds or updates one or more instances of a record type in NetSuite.
This operation is similar to both the addList and updateList operations, but upsert can be run without first determining whether records exist in NetSuite.
Records are identified by their external ID and their record type. If a record of the specified type with a matching external ID exists in the system, it is updated. If it does not exist, a new record is created. Because external ID is mandatory for this operation, upsertList
is supported only for records that support the external ID field. Also, this operation prohibits the passing internal ID values.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type to upsert. |
x |
|
Records |
Array of Object |
The record types to be upserted. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Output
Type |
Array of Write Response |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Upsert Record
<netsuite:upsert-record>
Adds a new instance or to update an instance of a record in NetSuite.
The upsert operation is similar to both the add and update operations, but upsert can be run without first determining whether a record exists in NetSuite. A record is identified by its external ID and its record type. If a record of the specified type with a matching external ID exists in the system, it is updated. If it does not exist, a new record is created. Because external ID is mandatory for this operation, upsert is supported only for records that support the external ID field. Also, this operation prohibits the passing internal ID values.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Record Type |
String |
The target record type to update. |
x |
|
Attributes |
Object |
The record attributes. |
|
|
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Call RESTlet (DELETE)
<netsuite:call-restlet-delete>
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Call RESTlet (GET)
<netsuite:call-restlet-get>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Script |
Number |
x |
||
Deploy |
Number |
x |
||
Data |
Object |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Call RESTlet (POST)
<netsuite:call-restlet-post>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Script |
Number |
x |
||
Deploy |
Number |
x |
||
Data |
Object |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Call RESTlet (PUT)
<netsuite:call-restlet-put>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Script |
Number |
x |
||
Deploy |
Number |
x |
||
Data |
Object |
|
||
Target Variable |
String |
The name of a variable to store the operation’s output. |
||
Target Value |
String |
An expression to evaluate against the operation’s output and store the expression outcome in the target variable |
|
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
For Configurations
Throws
-
NETSUITE:ERROR_FAULT
-
NETSUITE:SOAP_FAULT
-
NETSUITE:PARSING_ERROR
-
NETSUITE:CONNECTIVITY
-
NETSUITE:DISPOSE_ERROR
-
NETSUITE:RETRY_EXHAUSTED
-
NETSUITE:MAX_VALUES_EXCEEDED
-
NETSUITE:INVALID_CONTENT_TYPE
-
NETSUITE:INVALID_HASH_ALGORITHM
-
NETSUITE:MAPPING_ERROR
-
NETSUITE:TRIGGER
-
NETSUITE:CANT_READ_FILE
-
NETSUITE:CANT_CREATE_RECORD
Input Sources
On Deleted Object
<netsuite:deleted-object-listener>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Page Size |
Number |
The number of records to be retrieved per call. This field must be between 5 and 1000 for synchronous operations, and between 5 and 2000 for asynchronous operations. |
5 |
|
Since |
String |
Specify a date in the YYYY-MM-DD hh:mm:ss format (such as, 2019-10-23 16:30:40). If this field is empty, this operation will retrieve the selected objects from the time the Mule app is started. |
||
Object Type |
String |
The type of record that will be retrieved when deleted. |
x |
|
Scheduling Strategy |
scheduling-strategy |
Configures the scheduler that triggers the polling |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message |
|||
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
On Modified Object
<netsuite:modified-object-listener>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Page Size |
Number |
The number of records to be retrieved per call. This field must be between 5 and 1000 for synchronous operations, and between 5 and 2000 for asynchronous operations. |
5 |
|
Since |
String |
Specify a date in the YYYY-MM-DD hh:mm:ss format (such as, 2019-10-23 16:30:40). If this field is empty, this operation will retrieve the selected objects from the time the Mule app is started. |
||
Object Type |
String |
The type of record that will be retrieved when modified. |
x |
|
Scheduling Strategy |
scheduling-strategy |
Configures the scheduler that triggers the polling |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message |
|||
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
On New Object
<netsuite:new-object-listener>
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Page Size |
Number |
The number of records to be retrieved per call. This field must be between 5 and 1000 for synchronous operations, and between 5 and 2000 for asynchronous operations. |
5 |
|
Since |
String |
Specify a date in the |
||
Object Type |
String |
The type of record that will be retrieved when created. |
x |
|
Scheduling Strategy |
scheduling-strategy |
Configures the scheduler that triggers the polling |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message |
|||
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Types
TLS
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Enabled Protocols |
String |
A comma-separated list of protocols enabled for this context. |
||
Enabled Cipher Suites |
String |
A comma-separated list of cipher suites enabled for this context. |
||
Trust Store |
||||
Key Store |
||||
Revocation Check |
Truststore
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location (which will be resolved relative to the current classpath and file system, if possible) of the trust store. |
||
Password |
String |
The password used to protect the trust store. |
||
Type |
String |
The type of store used. |
||
Algorithm |
String |
The algorithm used by the trust store. |
||
Insecure |
Boolean |
If true, no certificate validations will be performed, rendering connections vulnerable to attacks. Use at your own risk. |
Keystore
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location (which will be resolved relative to the current classpath and file system, if possible) of the key store. |
||
Type |
String |
The type of store used. |
||
Alias |
String |
When the key store contains many private keys, this attribute indicates the alias of the key that should be used. If not defined, the first key in the file will be used by default. |
||
Key Password |
String |
The password used to protect the private key. |
||
Password |
String |
The password used to protect the keystore. |
||
Algorithm |
String |
The algorithm used by the keystore. |
Standard Revocation Check
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Only End Entities |
Boolean |
Only verify the last element of the certificate chain. |
||
Prefer Crls |
Boolean |
Try CRL instead of OCSP first. |
||
No Fallback |
Boolean |
Do not use the secondary checking method (the one not selected before). |
||
Soft Fail |
Boolean |
Avoid verification failure when the revocation server can not be reached or is busy. |
Custom OCSP Responder
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Url |
String |
The URL of the OCSP responder. |
||
Cert Alias |
String |
Alias of the signing certificate for the OCSP response (must be in the truststore), if present. |
Reconnection
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
||
Reconnection Strategy |
The reconnection strategy to use. |
Reconnect
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to reconnect (in milliseconds). |
||
Count |
Number |
The number of reconnection attempts to make. |
Reconnect Forever
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often in milliseconds to reconnect. |
Pooling Profile
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Active |
Number |
Controls the maximum number of Mule components that can be borrowed from a session at one time. When set to a negative value, there is no limit to the number of components that may be active at one time. When maxActive is exceeded, the pool is said to be exhausted. |
||
Max Idle |
Number |
Controls the maximum number of Mule components that can sit idle in the pool at any time. When set to a negative value, there is no limit to the number of Mule components that may be idle at one time. |
||
Max Wait |
Number |
Specifies the number of milliseconds to wait for a pooled component to become available when the pool is exhausted and the exhaustedAction is set to WHEN_EXHAUSTED_WAIT. |
||
Min Eviction Millis |
Number |
Determines the minimum amount of time an object may sit idle in the pool before it is eligible for eviction. When non-positive, no objects will be evicted from the pool due to idle time alone. |
||
Eviction Check Interval Millis |
Number |
Specifies the number of milliseconds between runs of the object evictor. When non-positive, no object evictor is executed. |
||
Exhausted Action |
Enumeration, one of:
|
Specifies the behavior of the Mule component pool when the pool is exhausted. Possible values are: "WHEN_EXHAUSTED_FAIL", which will throw a NoSuchElementException, "WHEN_EXHAUSTED_WAIT", which will block by invoking Object.wait(long) until a new or idle object is available, or WHEN_EXHAUSTED_GROW, which will create a new Mule instance and return it, essentially making maxActive meaningless. If a positive maxWait value is supplied, it will block for at most that many milliseconds, after which a NoSuchElementException will be thrown. If maxThreadWait is a negative value, it will block indefinitely. |
||
Initialisation Policy |
Enumeration, one of:
|
Determines how components in a pool should be initialized. The possible values are: INITIALISE_NONE (will not load any components into the pool on startup), INITIALISE_ONE (will load one initial component into the pool on startup), or INITIALISE_ALL (will load all components in the pool on startup) |
||
Disabled |
Boolean |
Whether pooling should be disabled |
Expiration Policy
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
A scalar time value for the maximum amount of time a dynamic configuration instance should be allowed to be idle before it’s considered eligible for expiration |
||
Time Unit |
Enumeration, one of:
|
A time unit that qualifies the maxIdleTime attribute |
Redelivery Policy
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Redelivery Count |
Number |
The maximum number of times a message can be redelivered and processed unsuccessfully before triggering process-failed-message |
||
Use Secure Hash |
Boolean |
Whether to use a secure hash algorithm to identify a redelivered message. |
||
Message Digest Algorithm |
String |
The secure hashing algorithm to use. If not set, the default is SHA-256. |
||
Id Expression |
String |
Defines one or more expressions to use to determine when a message has been redelivered. This property may only be set if useSecureHash is false. |
||
Object Store |
Object Store |
The object store where the redelivery counter for each message is stored. |
Record Ref
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
External Id |
String |
|||
Internal Id |
String |
|||
Name |
String |
|||
Type |
Enumeration. See Record Type and Type Enum Values for values. |
Status
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Is Success |
Boolean |
|||
Status Detail |
Array of Status Detail |
Status Detail
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
After Submit Failed |
Boolean |
|||
Code |
Enumeration. See Code Enum Values for values. |
|||
Message |
String |
|||
Type |
Enumeration, one of:
|
Async Status Result
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Est Remaining Duration |
Number |
|||
Job Id |
String |
|||
Percent Completed |
Number |
|||
Status |
Enumeration, one of:
|
Base Ref Type
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
External Id |
String |
|||
Internal Id |
String |
|||
Name |
String |
|||
Specific Fields |
Object |
|||
Type |
Enumeration, one of:
|
Initialize Record
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Aux Reference |
||||
Reference |
||||
Reference List |
||||
Type |
Enumeration, one of:
|
Initialize Aux Ref
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
External Id |
String |
|||
Internal Id |
String |
|||
Name |
String |
|||
Type |
Enumeration, one of:
|
Initialize Ref
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
External Id |
String |
|||
Internal Id |
String |
|||
Name |
String |
|||
Type |
Enumeration, one of:
|
Initialize Ref List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initialize Ref |
Array of Initialize Ref |
Budget Exchange Rate
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Average Rate |
Number |
|||
Current Rate |
Number |
|||
From Subsidiary |
||||
Historical Rate |
Number |
|||
Period |
||||
To Subsidiary |
Currency Rate
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Base Currency |
||||
Effective Date |
DateTime |
|||
Exchange Rate |
Number |
|||
From Currency |
Currency Rate Filter
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Base Currency |
||||
Effective Date |
DateTime |
|||
From Currency |
Customization Ref
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
External Id |
String |
|||
Internal Id |
String |
|||
Name |
String |
|||
Script Id |
String |
|||
Type |
Enumeration. See Record Type and Type Enum Values for values. |
Data Center URLs
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Rest Domain |
String |
|||
System Domain |
String |
|||
Webservices Domain |
String |
Get Deleted Result
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Deleted Record List |
||||
Page Index |
Number |
|||
Page Size |
Number |
|||
Status |
||||
Total Pages |
Number |
|||
Total Records |
Number |
Deleted Record List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Deleted Record |
Array of Deleted Record |
Search Date Field
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Operator |
Enumeration, one of:
|
|||
Predefined Search Value |
Enumeration, one of:
|
|||
Search Value |
DateTime |
|||
Search Value2 |
DateTime |
Item Availability
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Item |
||||
Last Qty Available Change |
DateTime |
|||
Location Id |
||||
On Hand Value Mli |
Number |
|||
Preferred Stock Level |
Number |
|||
Quantity Available |
Number |
|||
Quantity Back Ordered |
Number |
|||
Quantity Committed |
Number |
|||
Quantity On Hand |
Number |
|||
Quantity On Order |
Number |
|||
Reorder Point |
Number |
Get Posting Transaction Summary Result
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Operation Id |
String |
|||
Page Index |
Number |
|||
Page Size |
Number |
|||
Posting Transaction Summary List |
||||
Status |
||||
Total Pages |
Number |
|||
Total Records |
Number |
Posting Transaction Summary List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Posting Transaction Summary |
Array of Posting Transaction Summary |
Posting Transaction Summary
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Account |
||||
Amount |
Number |
|||
Book |
||||
Clazz |
||||
Department |
||||
Entity |
||||
Item |
||||
Location |
||||
Parent Item |
||||
Period |
||||
Subsidiary |
Posting Transaction Summary Field
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Account |
Boolean |
|||
Book |
Boolean |
|||
Clazz |
Boolean |
|||
Department |
Boolean |
|||
Entity |
Boolean |
|||
Item |
Boolean |
|||
Location |
Boolean |
|||
Parent Item |
Boolean |
|||
Period |
Boolean |
|||
Subsidiary |
Boolean |
Posting Transaction Summary Filter
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Account |
||||
Book |
||||
Clazz |
||||
Department |
||||
Entity |
||||
Item |
||||
Location |
||||
Parent Item |
||||
Period |
||||
Subsidiary |
Record Ref List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Record Ref |
Array of Record Ref |
Get All Result
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Record List |
||||
Status |
||||
Total Records |
Number |
Record List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Record |
Array of Record |
Get Select Value Result
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Base Ref List |
||||
Status |
||||
Total Pages |
Number |
|||
Total Records |
Number |
Base Ref List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Base Ref |
Array of Base Ref |
Get Select Value Field Description
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Custom Form |
||||
Custom Record Type |
||||
Custom Transaction Type |
||||
Field |
String |
|||
Filter |
||||
Filter By Value List |
||||
Record Type |
Enumeration. See Record Type and Type Enum Values for values. |
|||
Sublist |
String |
Get Select Value Filter
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Filter Value |
String |
|||
Operator |
Enumeration, one of:
|
Get Select Filter By Field Value List
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Filter By |
Array of Get Select Filter By Field Value |
Get Select Filter By Field Value
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Field |
String |
|||
Internal Id |
String |
|||
Sublist |
String |
Repeatable In Memory Iterable
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initial Buffer Size |
Number |
The amount of instances that is initially be allowed to be kept in memory to consume the stream and provide random access to it. If the stream contains more data than can fit into this buffer, then the buffer expands according to the bufferSizeIncrement attribute, with an upper limit of maxInMemorySize. Default value is 100 instances. |
||
Buffer Size Increment |
Number |
This is by how much the buffer size expands if it exceeds its initial size. Setting a value of zero or lower means that the buffer should not expand, meaning that a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised when the buffer gets full. Default value is 100 instances. |
||
Max Buffer Size |
Number |
The maximum amount of memory to use. If more than that is used then a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower than or equal to zero means no limit. |
Repeatable File Store Iterable
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
In Memory Objects |
Number |
The maximum amount of instances to keep in memory. If more than that is required, then it will start to buffer the content on disk. |
||
Buffer Unit |
Enumeration, one of:
|
The unit in which maxInMemorySize is expressed |
Code Enum Values
Enumeration, one of:
-
ABORT_SEARCH_EXCEEDED_MAX_TIME
-
ABORT_UPLOAD_VIRUS_DETECTED
-
ACCESS_DENIED
-
ACCT_DISABLED
-
ACCT_MERGE_DUP
-
ACCT_NAME_REQD
-
ACCT_NEEDS_CAMPAIGN_PROVISION
-
ACCT_NOT_CREATED
-
ACCT_NUM_REQD
-
ACCT_NUMS_REQD_OR_DONT_MATCH
-
ACCT_PERIOD_SETUP_REQD
-
ACCT_PRDS_BEING_ADDED
-
ACCT_REQD
-
ACCT_TEMP_DISABLED
-
ACCT_TEMP_UNAVAILABLE
-
ACCTNG_PRD_REQD
-
ACH_NOT_AVAILBL
-
ACH_SETUP_REQD
-
ACTIVE_AP_ACCT_REQD
-
ACTIVE_ROLE_REQD
-
ACTIVE_TRANS_EXIST
-
ADDITIONAL_AUTHENTICATION_REQUIRED_2_FA
-
ADDITIONAL_AUTHENTICATION_REQUIRED_SQ
-
ADDRESS_LINE_1_REQD
-
ADMIN_ACCESS_REQ
-
ADMIN_ACCESS_REQD
-
ADMIN_ONLY_ACCESS
-
ADMIN_USER_REQD
-
ADMISSIBILITY_PACKG_TYP_REQD
-
ALL_DATA_DELETE_REQD
-
ALL_MTRX_SUBITMES_OPTNS_REQD
-
ALREADY_IN_INVT
-
AMORTZN_INVALID_DATE_RANGE
-
AMORTZN_TMPLT_DATA_MISSING
-
AMT_DISALLWD
-
AMT_EXCEEDS_APPROVAL_LIMIT
-
ANSWER_REQD
-
APPROVAL_PERMS_REQD
-
AREA_CODE_REQD
-
ASSIGNEE_REQD
-
AT_LEAST_ONE_FILE_REQD
-
AT_LEAST_ONE_PACKAGE_REQD
-
AT_LEAST_ONE_RETURN_FLD_REQD
-
AT_LEAST_ONE_SUB_REQD
-
ATTACH_SIZE_EXCEEDED
-
ATTACHMNT_CONTAINS_VIRUS
-
AUDIT_W_2_1099
-
AUTO_NUM_UPDATE_DISALLWD
-
AVS_ERROR
-
BALANCE_EXCEEDS_CREDIT_LIMIT
-
BANK_ACCT_REQD
-
BASE_CRNCY_REQD
-
BILL_PAY_STATUS_UNAVAILABLE
-
BILL_PMTS_MADE_FROM_ACCT_ONLY
-
BILLABLES_DISALLWD
-
BILLING_ISSUES
-
BILLING_SCHDUL_INVALID_RECURR
-
BILLPAY_APPROVAL_UNAVAILBL
-
BILLPAY_REGSTRTN_REQD
-
BILLPAY_SRVC_UNAVAILBL
-
BIN_DSNT_CONTAIN_ENOUGH_ITEM
-
BIN_ITEM_UNAVAILBL
-
BIN_SETUP_REQD
-
BIN_UNDEFND
-
BUNDLE_IS_DEPRECATED
-
CALENDAR_PREFS_REQD
-
CAMPAGIN_ALREADY_EXECUTED
-
CAMPAIGN_IN_USE
-
CAMPAIGN_SET_UP_REQD
-
CANNOT_RESET_PASSWORD
-
CANT_APPLY_PMT
-
CANT_AUTO_CREATE_ADJSTMNT
-
CANT_CALC_FEDEX_RATES
-
CANT_CANCEL_APPRVD_RETRN_AUTH
-
CANT_CANCEL_BILL_PMT
-
CANT_CHANGE_COMMSSN
-
CANT_CHANGE_CONTACT_RESTRICTN
-
CANT_CHANGE_CRMRECORDTYPELINKS
-
CANT_CHANGE_EVENT_PRIMARY_TYP
-
CANT_CHANGE_IP_ADDRESS
-
CANT_CHANGE_LEAD_SOURCE_CAT
-
CANT_CHANGE_PSWD
-
CANT_CHANGE_REV_REC_TMPLT
-
CANT_CHANGE_SUB
-
CANT_CHANGE_TASK_LINK
-
CANT_CHANGE_UNITS_TYP
-
CANT_CHANGE_VSOE_ALLOCTN
-
CANT_CHG_POSTED_BILL_VRNC
-
CANT_COMPLETE_FULFILL
-
CANT_CONNECT_TO_STORE
-
CANT_CONVERT_CLASS_DEPT
-
CANT_CONVERT_CLASS_LOC
-
CANT_CONVERT_INVT_ITEM
-
CANT_CREAT_SHIP_LABEL
-
CANT_CREATE_FILES
-
CANT_CREATE_NON_UNIQUE_RCRD
-
CANT_CREATE_PO
-
CANT_CREATE_SHIP_LABEL
-
CANT_CREATE_WORK_ORD
-
CANT_DEL_DEFAULT_CALENDAR
-
CANT_DEL_DEFAULT_SHIP_METHOD
-
CANT_DEL_REALIZED_GAINLOSS
-
CANT_DEL_TRANS_RVRSL
-
CANT_DELETE_ACCT
-
CANT_DELETE_ACCT_PRD
-
CANT_DELETE_ALLOCTN
-
CANT_DELETE_BIN
-
CANT_DELETE_CATEGORY
-
CANT_DELETE_CC_PROCESSOR
-
CANT_DELETE_CELL
-
CANT_DELETE_CHILD_RCRD_FOUND
-
CANT_DELETE_CHILD_RCRDS_EXIST
-
CANT_DELETE_CLASS
-
CANT_DELETE_COLOR_THEME
-
CANT_DELETE_COMMSSN_SCHDUL
-
CANT_DELETE_COMPANY
-
CANT_DELETE_COMPANY_TYP
-
CANT_DELETE_CONTACT_HAS_CHILD
-
CANT_DELETE_CSTM_FIELD
-
CANT_DELETE_CSTM_FORM
-
CANT_DELETE_CSTM_ITEM_FIELD
-
CANT_DELETE_CSTM_LAYOUT
-
CANT_DELETE_CSTM_LIST
-
CANT_DELETE_CSTM_RCRD
-
CANT_DELETE_CSTM_RCRD_ENTRY
-
CANT_DELETE_CUST
-
CANT_DELETE_CUSTOMER
-
CANT_DELETE_DEFAULT_FLDR
-
CANT_DELETE_DEFAULT_PRIORITY
-
CANT_DELETE_DEFAULT_SALES_REP
-
CANT_DELETE_DEFAULT_STATUS
-
CANT_DELETE_DEFAULT_VALUE
-
CANT_DELETE_DEFAULT_WEBSITE
-
CANT_DELETE_EMPL
-
CANT_DELETE_ENTITY
-
CANT_DELETE_FIN_STATMNT_LAYOUT
-
CANT_DELETE_FLDR
-
CANT_DELETE_HAS_CHILD_ITEM
-
CANT_DELETE_INFO_ITEM
-
CANT_DELETE_ITEM
-
CANT_DELETE_ITEM_LAYOUT
-
CANT_DELETE_ITEM_TMPLT
-
CANT_DELETE_JOB_RESOURCE_ROLE
-
CANT_DELETE_LEGACY_CATEGORY
-
CANT_DELETE_LINE
-
CANT_DELETE_MEDIA_ITEM
-
CANT_DELETE_MEMRZD_TRANS
-
CANT_DELETE_OR_CHANGE_ACCT
-
CANT_DELETE_PLAN_ASSGNMNT
-
CANT_DELETE_PRESNTN_CAT
-
CANT_DELETE_RCRD
-
CANT_DELETE_RCRDS
-
CANT_DELETE_SITE_TAG
-
CANT_DELETE_SITE_THEME
-
CANT_DELETE_SOLUTN
-
CANT_DELETE_STATUS_TYPE
-
CANT_DELETE_SUBTAB
-
CANT_DELETE_SYSTEM_NOTE
-
CANT_DELETE_TMPLT_RCRD
-
CANT_DELETE_TRAN_LINE
-
CANT_DELETE_TRAN_LINES
-
CANT_DELETE_TRANS
-
CANT_DELETE_UPDATE_ACCT
-
CANT_DELETE_VENDOR
-
CANT_DIVIDE_BY_ZERO
-
CANT_DOWNLOAD_EXPIRED_FILE
-
CANT_EDIT_CUST_LIST
-
CANT_EDIT_CUST_PMT
-
CANT_EDIT_DPLYMNT_IN_PROGRESS
-
CANT_EDIT_FOLDER
-
CANT_EDIT_OLD_CASE
-
CANT_EDIT_STANDARD_OBJ
-
CANT_EDIT_TAGATA
-
CANT_EDIT_TRAN
-
CANT_ESTABLISH_LINK
-
CANT_FIND_BUG
-
CANT_FIND_MAIL_MERGE_ID
-
CANT_FIND_RCRD
-
CANT_FIND_SAVED_IMPORT
-
CANT_FIND_SOURCE_AMORTZN_ACCT
-
CANT_FIND_UPS_REG_FOR_LOC
-
CANT_FULFILL_ITEM
-
CANT_INACTIVATE_COMMSSN_PLAN
-
CANT_INACTIVE_DEFAULT_SYNC_CAT
-
CANT_INACTIVE_DEFAULT_TMPLT
-
CANT_LOAD_SAVED_SEARCH_PARAM
-
CANT_LOGIN_WITH_OAUTH
-
CANT_LOOKUP_FLD
-
CANT_MAKE_CONTACT_PRIVATE
-
CANT_MARK_SHIPPED
-
CANT_MERGE_EMPLS
-
CANT_MODIFY_APPRVD_TIME
-
CANT_MODIFY_FULFILL_STATUS
-
CANT_MODIFY_ISSUE_STATUS
-
CANT_MODIFY_LOCKED_FLD
-
CANT_MODIFY_PARENT
-
CANT_MODIFY_REV_REC
-
CANT_MODIFY_SUB
-
CANT_MODIFY_TAGATA
-
CANT_MODIFY_TEGATA
-
CANT_MODIFY_VOID_TRANS
-
CANT_MOVE_REALIZED_GAINLOSS
-
CANT_PAY_TAGATA
-
CANT_PRINT_EMPTY
-
CANT_PROCESS_IMG
-
CANT_RCEIV_BEFORE_FULFILL
-
CANT_RCEIV_ITEM
-
CANT_RECEIVE_TAGATA
-
CANT_REJECT_ORDER
-
CANT_REMOV_ALL_FULFILMNT_LINKS
-
CANT_REMOV_ITEM_SUB
-
CANT_REMOVE_ACH_PAY_METHOD
-
CANT_REMOVE_APPROVAL
-
CANT_REMOVE_DOMAIN
-
CANT_REMOVE_SCHDUL
-
CANT_REMOVE_SUB
-
CANT_RESUBMIT_FAILED_DPLYMNT
-
CANT_RETURN_FLD
-
CANT_RETURN_USED_GIFT_CERT
-
CANT_REV_REC_BODY_AND_LINE
-
CANT_REVERSE_AUTH
-
CANT_SCHDUL_RECUR_EVENT
-
CANT_SEND_EMAIL
-
CANT_SET_CLOSE_DATE
-
CANT_SET_INTERNALID
-
CANT_SET_STATUS
-
CANT_SWITCH_ROLES_FROM_LOGIN
-
CANT_SWITCH_SHIP_METHOD
-
CANT_UPDATE_ACCTNG_PRDS
-
CANT_UPDATE_AMT
-
CANT_UPDATE_DYNAMIC_GROUP
-
CANT_UPDATE_FLDR
-
CANT_UPDATE_LINKED_TRANS_LINES
-
CANT_UPDATE_PRODUCT_FEED
-
CANT_UPDATE_RECRD_HAS_CHANGED
-
CANT_UPDATE_RECUR_EVENT
-
CANT_UPDATE_STATUS_TYPE
-
CANT_UPDATE_THIS_WEBSITE_CATEGORY
-
CANT_VERIFY_CARD
-
CANT_VOID_TRANS
-
CARD_EXPIRED
-
CARD_ID_REQD
-
CASE_ALREADY_ASSIGNED
-
CASE_DSNT_EXIST
-
CASE_NOT_GROUP_MEMBER
-
CASH_SALE_EDIT_DISALLWD
-
CC_ACCT_REQD
-
CC_ALREADY_SAVED
-
CC_EMAIL_ADDRESS_REQD
-
CC_NUM_REQD
-
CC_PROCESSOR_ERROR
-
CC_PROCESSOR_NOT_FOUND
-
CC_SECURITY_CODE_REQD
-
CERT_AUTH_EXPD
-
CERT_EXPD
-
CERT_UNAVAILABLE
-
CHANGE_PMT_DATE_AND_REAPPROVE
-
CHAR_ERROR
-
CHECKOUT_EMAIL_REQD
-
CITY_REQD
-
CLASS_ALREADY_EXISTS
-
CLASS_OR_DEPT_OR_CUST_REQD
-
CLEAR_AUTOCALC
-
CLOSE_PREVIOUSE_PERIOD
-
CLOSED_TRAN_PRD
-
COGS_ERROR
-
COMMSSN_ALREADY_CALCLTD
-
COMMSSN_FEATURE_DISABLED
-
COMMSSN_PAYROLL_ITEM_REQD
-
COMP_DELETED_OR_MERGED
-
COMPANION_PROP_REQD
-
COMPANY_FLD_REQD
-
CONCUR_BILLPAY_JOB_DISALLWD
-
CONCUR_BULK_JOB_DISALLWD
-
CONCUR_MASS_UPDATE_DISALLWD
-
CONCUR_SEARCH_DISALLWD
-
CONSLD_PRNT_AND_CHILD_DISALLWD
-
CONTACT_ALREADY_EXISTS
-
CONTACT_NOT_GROUP_MEMBR
-
COOKIES_DISABLED
-
COUNTRY_STATE_MISMATCH
-
CREATEDFROM_REQD
-
CREDITS_DISALLWD
-
CRNCY_MISMATCH_BASE_CRNCY
-
CRNCY_NOT_UPDATED
-
CRNCY_RCRD_DELETED
-
CRNCY_REQD
-
CSC_SETUP_REQD
-
CSTM_FIELD_KEY_REQD
-
CSTM_FIELD_VALUE_REQD
-
CUST_ARLEADY_HAS_ACCT
-
CUST_CNTR_USER_ACCESS_ONLY
-
CUST_LEAD_NOT_GROUP_MEMBR
-
CYBERSOURCE_ERROR
-
CYCLE_IN_PROJECT_PLAN
-
DASHBOARD_LOCKED
-
DATA_MUST_BE_UNIQUE
-
DATA_REQD
-
DATA_RETRIEVAL_ERROR
-
DATE_EXPECTED
-
DATE_PARAM_REQD
-
DATE_PRD_MISMATCH
-
DEFAULT_CUR_REQD
-
DEFAULT_EXPENSE_ACCT_REQD
-
DEFAULT_ISSUE_OWNER_REQD
-
DEFAULT_LIAB_ACCT_REQD
-
DEFAULT_TYPE_DELETE_DISALLWD
-
DEFERRAL_ACCT_REQD
-
DEFERRED_REV_REC_ACCT_REQD
-
DEPT_IN_USE
-
DFRNT_SWAP_PRICE_LEVELS_REQD
-
DISALLWD_IP_ADDRESS
-
DISCOUNT_ACCT_SETUP_REQD
-
DISCOUNT_DISALLWD
-
DISCOUNT_DISALLWD_VSOE
-
DISCOUNT_EXCEED_TOTAL
-
DISTRIB_REQD_ONE_DAY_BFORE
-
DOMAIN_IN_USE
-
DOMAIN_WEBSITE_REQD
-
DROP_SHIP_ERROR
-
DROP_SHIP_OR_SPECIAL_ORD_ALLWD
-
DUE_DATE_BFORE_START_DATE
-
DUE_DATE_REQD
-
DUP_ACCT_NAME
-
DUP_ACCT_NOT_ALLWD
-
DUP_ACCT_NUM
-
DUP_ACCT_ON_TRANS
-
DUP_BIN
-
DUP_BUNDLE_IN_ACCT
-
DUP_CATEGORY
-
DUP_CATEGORY_NAME
-
DUP_COLOR_THEME
-
DUP_CSTM_FIELD
-
DUP_CSTM_LAYOUT
-
DUP_CSTM_LIST
-
DUP_CSTM_RCRD
-
DUP_CSTM_RCRD_ENTRY
-
DUP_CSTM_TAB
-
DUP_EMPL_EMAIL
-
DUP_EMPL_ENTITY_NAME
-
DUP_EMPL_TMPLT
-
DUP_ENTITY
-
DUP_ENTITY_EMAIL
-
DUP_ENTITY_NAME
-
DUP_FEDEX_ACCT_NUM
-
DUP_FINANCL_STATMNT_LAYOUT
-
DUP_INFO_ITEM
-
DUP_ISSUE_NAME_OR_NUM
-
DUP_ITEM
-
DUP_ITEM_LAYOUT
-
DUP_ITEM_NAME
-
DUP_ITEM_OPTION
-
DUP_ITEM_TMPLT
-
DUP_MATRIX_OPTN_ABBRV
-
DUP_MEMRZD_TRANS
-
DUP_NAME
-
DUP_PAYROLL_ITEM
-
DUP_PRESNTN_CAT
-
DUP_RCRD
-
DUP_RCRD_LINK
-
DUP_SHIPPING_ITEM
-
DUP_SHORT_NAME
-
DUP_SITE_THEME
-
DUP_SOURCE_ACCT
-
DUP_TAX_CODE
-
DUP_TRACKING_NUM
-
DUP_TRANS
-
DUP_UPS_ACCT_NUM
-
DUP_VENDOR_EMAIL
-
DUP_VENDOR_NAME
-
DUPLICATE_INVENTORY_NUM
-
DUPLICATE_KEYS
-
DUPLICATE_METHOD_NAME
-
DUPLICATE_NAME_FOR_PRD
-
DUPLICATE_NAME_FOR_ROLE
-
DUPLICATE_RELATIONSHIP
-
EARNING_ITEM_REQD
-
EDITION_DSNT_SUPRT_WORLDPAY
-
EIN_OR_TIN_REQD
-
EMAIL_ADDRS_REQD
-
EMAIL_ADDRS_REQD_TO_NOTIFY
-
EMAIL_REQ_HANDLER_ERROR
-
EMAIL_REQD
-
EMAIL_REQD_ACCT_PROVISION
-
EMPL_IN_USE
-
ERROR_DELETE_CARD_DATA
-
ERROR_IN_TERRITORY_ASSGNMNT
-
ERROR_PRCSSNG_TRANS
-
ERROR_REFUND_TRANS
-
ERROR_REVERSE_AUTH
-
ERROR_SENDING_TRAN_EMAIL
-
ERROR_VOID_TRANS
-
EVENT_ID_NOT_FOUND
-
EXCEEDED_MAX_ALLWD_LOC
-
EXCEEDED_MAX_CONCUR_RQST
-
EXCEEDED_MAX_EMAILS
-
EXCEEDED_MAX_FEATURED_ITEMS
-
EXCEEDED_MAX_FIELD_LENGTH
-
EXCEEDED_MAX_MATRIX_OPTNS
-
EXCEEDED_MAX_PDF_ELEMENTS
-
EXCEEDED_MAX_PDF_EXPORT_COL
-
EXCEEDED_MAX_PIN_RETRIES
-
EXCEEDED_MAX_RCRD
-
EXCEEDED_MAX_REPORT_COL
-
EXCEEDED_MAX_REPORT_ROWS
-
EXCEEDED_MAX_REPORT_SIZE
-
EXCEEDED_MAX_SESSIONS
-
EXCEEDED_MAX_SHIP_PACKAGE
-
EXCEEDED_MAX_TIME
-
EXCEEDED_MAX_TRANS_LINES
-
EXCEEDED_MAX_USERS_ALLWD
-
EXCEEDED_PER_TRANS_MAX
-
EXCEEDED_RQST_SIZE_LIMIT
-
EXCEEDS_ALLWD_LICENSES
-
EXPENSE_ENTRY_DISALLWD
-
EXPIRED_SEARCH_CRITERIA
-
EXT_CAT_LINK_SETUP_REQD
-
EXTERNALID_NOT_SUPPORTED
-
EXTERNALID_REQD
-
FAILED_FEDEX_LABEL_VOID
-
FAILED_FORM_VALIDATION
-
FAILED_UPS_LABEL_VOID
-
FAX_NUM_REQD
-
FAX_SETUP_REQD
-
FEATURE_DISABLED
-
FEATURE_UNAVAILABLE
-
FED_ID_REQD
-
FED_WITHHOLDING_REQD
-
FEDEX_ACCT_REQD
-
FEDEX_CANT_INTEGRATE_FULFILL
-
FEDEX_DROPOFF_TYP_REQD
-
FEDEX_INVALID_ACCT_NUM
-
FEDEX_ITEM_CONTENTS_REQD
-
FEDEX_METER_NOT_RETRIEVED
-
FEDEX_METER_REQD
-
FEDEX_ONE_PACKG_ALLWD
-
FEDEX_ORIGIN_COUNTRY_US_REQD
-
FEDEX_RATING_SRVC_UNAVAILBL
-
FEDEX_REG_NOT_FOUND
-
FEDEX_SHIP_SRVC_REQD
-
FEDEX_SHIP_SRVC_UNAVAILBL
-
FEDEX_UNSUPRTD_ORIGIN_COUNTRY
-
FEDEX_USD_EXCHANGE_RATE_REQD
-
FEDEX_USER_ERROR
-
FEDEX_VOID_ERROR
-
FIELD_CALL_DATE_REQD
-
FIELD_DEFN_REQD
-
FIELD_NOT_SETTABLE_ON_ADD
-
FIELD_PARAM_REQD
-
FIELD_REQD
-
FILE_ALREADY_EXISTS
-
FILE_DISALLWD_IN_ROOT_FLDR
-
FILE_MISSING
-
FILE_NOT_DOWNLOADABLE
-
FILE_NOT_FOUND
-
FILE_REQD
-
FILE_UPLOAD_IN_PROGRESS
-
FILTER_BY_AMT_REQD
-
FINANCE_CHARGE_SET_PREFS
-
FINANCE_CHARGE_SETUP_REQD
-
FIRST_LAST_NAMES_REQD
-
FIRST_QTY_BUCKET_MUST_BE_ZERO
-
FLD_CANNOT_BE_EMPTY
-
FLD_VALUE_REQD
-
FLD_VALUE_TOO_LARGE
-
FOLDER_ALREADY_EXISTS
-
FORM_RESUBMISSION_REQD
-
FORM_SETUP_REQD
-
FORM_UNAVAILBL_ONLINE
-
FORMULA_ERROR
-
FRIENDLY_NAME_REQD
-
FULFILL_REQD_FIELDS_MISSING
-
FULFILL_REQD_PARAMS_MISSING
-
FULL_DISTRIB_REQD
-
FULL_USERS_REQD_TO_INTEGRATE
-
FX_RATE_REQD_FEDEX_RATE
-
FX_TRANS_DISALLWD
-
GETALL_RCRD_TYPE_REQD
-
GIFT_CERT_AMT_EXCEED_AVAILBL
-
GIFT_CERT_AUTH_ALREADY_EXISTS
-
GIFT_CERT_CAN_BE_USED_ONCE
-
GIFT_CERT_CODE_REQD
-
GIFT_CERT_IN_USE
-
GIFT_CERT_INVALID_NUM
-
GROUP_DSNT_EXIST
-
GROUP_REQD
-
GROUP_TYPE_REQD
-
GRTR_QTY_PRICE_LEVEL_REQD
-
ILLEGAL_PERIOD_STRUCTURE
-
INACTIVE_CC_PROFILE
-
INACTIVE_RCRD_FOR_ROLE
-
INAVLID_FILE_TYP
-
INAVLID_ITEM_TYP
-
INAVLID_PRICING_MTRX
-
INCOMPATIBLE_ACCT_CHANGE
-
INCOMPLETE_BILLING_ADDR
-
INCOMPLETE_FILE_UPLOAD
-
INCRCT_ORD_INFO
-
INFINITE_LOOP_DETECTED
-
INITIALIZE_ARG_REQD
-
INITIALIZE_AUXREF_REQD
-
INSTALL_SCRIPT_ERROR
-
INSUFCNT_NUM_PRDS_FOR_REV_REC
-
INSUFCNT_OPEN_PRDS_FOR_REV_REC
-
INSUFFICIENT_CHARS_IN_SEARCH
-
INSUFFICIENT_FLD_PERMISSION
-
INSUFFICIENT_FUND
-
INSUFFICIENT_PERMISSION
-
INTEGER_REQD_FOR_QTY
-
INTL_FEDEX_ONE_PACKG_ALLWD
-
INTL_SHIP_EXCEED_MAX_ITEM
-
INVALID_ABN
-
INVALID_ACCT
-
INVALID_ACCT_NUM_CSTM_FIELD
-
INVALID_ACCT_PRD
-
INVALID_ACCT_TYP
-
INVALID_ACTION
-
INVALID_ADDRESS_OR_SHIPPER_NO
-
INVALID_ADJUSTMENT_ACCT
-
INVALID_AES_FTSR_EXEMPTN_NUM
-
INVALID_ALGORITHM
-
INVALID_ALLOCTN_METHOD
-
INVALID_AMORTZN_ACCT
-
INVALID_AMT
-
INVALID_APP_ID
-
INVALID_ASSIGN_STATUS_COMBO
-
INVALID_AUTH_CODE
-
INVALID_AUTOAPPLY_VALUE
-
INVALID_AVS_ADDR
-
INVALID_AVS_ZIP
-
INVALID_BALANCE_RANGE
-
INVALID_BILLING_SCHDUL
-
INVALID_BILLING_SCHDUL_DATE
-
INVALID_BILLING_SCHDUL_ENTRY
-
INVALID_BIN_NUM
-
INVALID_BOM_QTY
-
INVALID_BOOLEAN_VALUE
-
INVALID_BUG_NUM
-
INVALID_CAMPAIGN_CHANNEL
-
INVALID_CAMPAIGN_GROUP_SIZE
-
INVALID_CAMPAIGN_STATUS
-
INVALID_CARD
-
INVALID_CARD_ID
-
INVALID_CARD_NUM
-
INVALID_CARD_TYP
-
INVALID_CASE_FORM
-
INVALID_CC_EMAIL_ADDRESS
-
INVALID_CC_NUM
-
INVALID_CERT
-
INVALID_CERT_AUTH
-
INVALID_CERTIFICATE_TYPE
-
INVALID_CHARS_IN_EMAIL
-
INVALID_CHARS_IN_NAME
-
INVALID_CHARS_IN_PARAM_FIELD
-
INVALID_CHARS_IN_URL
-
INVALID_CHECKOUT_EMAIL
-
INVALID_CITY
-
INVALID_COLUMN_NAME
-
INVALID_COLUMN_VALUE
-
INVALID_CONTENT_TYPE
-
INVALID_COSTING_METHOD
-
INVALID_CRNCY_EXCH_RATE
-
INVALID_CRYPT_KEY
-
INVALID_CSTM_FIELD_DATA_TYP
-
INVALID_CSTM_FIELD_RCRD_TYP
-
INVALID_CSTM_FIELD_REF
-
INVALID_CSTM_FORM
-
INVALID_CSTM_RCRD_KEY
-
INVALID_CSTM_RCRD_QUERY
-
INVALID_CSTM_RCRD_TYP_KEY
-
INVALID_CSTM_RCRD_TYPE_KEY
-
INVALID_CUR
-
INVALID_CURR_CODE
-
INVALID_CURRENCY_CODE
-
INVALID_CURRENCY_TYP
-
INVALID_CUSTOMER_RCRD
-
INVALID_DATA
-
INVALID_DATE
-
INVALID_DATE_FORMAT
-
INVALID_DATE_RANGE
-
INVALID_DATE_TIME
-
INVALID_DEAL_RANGE
-
INVALID_DELETE_REF
-
INVALID_DESTINATION_FLDR
-
INVALID_DESTNTN_COUNTRY
-
INVALID_DESTNTN_POST_CODE
-
INVALID_DESTNTN_STATE
-
INVALID_DETACH_RECORD_TYP
-
INVALID_DISCOUNT_MARKUP
-
INVALID_DOMAIN_KEY
-
INVALID_DOMAIN_NAME
-
INVALID_DUP_ISSUE_REF
-
INVALID_EMAIL
-
INVALID_EMAIL_ADDR
-
INVALID_END_DATE
-
INVALID_END_TIME
-
INVALID_ENTITY_INTERNALID
-
INVALID_ENTITY_STATUS
-
INVALID_EVENT_TIME
-
INVALID_EXP_DATE
-
INVALID_EXPNS_ACCT_SUB
-
INVALID_EXPRESSION
-
INVALID_FAX_NUM
-
INVALID_FAX_PHONE_FORMAT
-
INVALID_FIELD_FOR_RCRD_TYP
-
INVALID_FIELD_NAME_FOR_NULL
-
INVALID_FILE
-
INVALID_FILE_ENCODING
-
INVALID_FILE_TYP
-
INVALID_FLD
-
INVALID_FLD_RANGE
-
INVALID_FLD_TYP
-
INVALID_FLD_VALUE
-
INVALID_FLDR_SIZE
-
INVALID_FORMAT_IN_PARAM_FIELD
-
INVALID_FORMULA
-
INVALID_FORMULA_FIELD
-
INVALID_FROM_DATE
-
INVALID_FROM_TIME
-
INVALID_FULFILMNT_ITEM
-
INVALID_FX_BASE_CURRENCY
-
INVALID_FX_RATE
-
INVALID_GET_REF
-
INVALID_GIFT_CERT
-
INVALID_GIFT_CERT_AMT
-
INVALID_GIFT_CERT_CODE
-
INVALID_GROUP_TYP
-
INVALID_GROUP_TYPE
-
INVALID_GRP
-
INVALID_ID
-
INVALID_INITIALIZE_ARG
-
INVALID_INITIALIZE_AUXREF
-
INVALID_INITIALIZE_REF
-
INVALID_INSURED_VALUE
-
INVALID_INTERNALID
-
INVALID_INV_DATE
-
INVALID_INVENTORY_NUM
-
INVALID_IP_ADDRESS_RULE
-
INVALID_ISSUE_BUILD_VERSION
-
INVALID_ISSUE_PRIORITY
-
INVALID_ISSUE_PRODUCT
-
INVALID_ISSUE_STATUS
-
INVALID_ITEM_OPTION
-
INVALID_ITEM_OPTIONS
-
INVALID_ITEM_SUBTYP
-
INVALID_ITEM_TYP
-
INVALID_ITEM_WEIGHT
-
INVALID_JOB_ID
-
INVALID_KEY_OR_REF
-
INVALID_KEY_PASSWORD_REQD
-
INVALID_LINE_ID
-
INVALID_LINK_SUM
-
INVALID_LIST_ID
-
INVALID_LIST_KEY
-
INVALID_LOC
-
INVALID_LOC_SUB_RESTRICTN
-
INVALID_LOGIN
-
INVALID_LOGIN_ATTEMPT
-
INVALID_LOGIN_CREDENTIALS
-
INVALID_LOGIN_IP
-
INVALID_LOT_NUM_FORMAT
-
INVALID_MARKUP_DISCOUNT
-
INVALID_MCC
-
INVALID_MEMBER_HIERARCHY
-
INVALID_MEMRZD_TRANS
-
INVALID_MERCHANT_KEY
-
INVALID_MERCHANT_NAME
-
INVALID_NAME
-
INVALID_NUM
-
INVALID_NUMBER
-
INVALID_OBJ
-
INVALID_ONLINE_FORM
-
INVALID_ONLINE_FORM_URL
-
INVALID_OPENID_DOMAIN
-
INVALID_OPERATION
-
INVALID_ORD_STATUS
-
INVALID_ORIGIN_COUNTRY
-
INVALID_ORIGIN_POSTCODE
-
INVALID_ORIGIN_STATE
-
INVALID_PAGE_INDEX
-
INVALID_PAGE_PARAM
-
INVALID_PAGER_NUM
-
INVALID_PARAM
-
INVALID_PARENT
-
INVALID_PARTNER_CODE
-
INVALID_PARTNER_ID
-
INVALID_PASSWORD
-
INVALID_PAYCHECK_DATE
-
INVALID_PERIOD
-
INVALID_PHONE
-
INVALID_PHONE_FAX_PAGER_NUM
-
INVALID_PHONE_NUM
-
INVALID_PHONE_NUMBER
-
INVALID_PICKUP_POSTAL_CODE
-
INVALID_PIN
-
INVALID_PIN_DEBIT_TRANS_TYP
-
INVALID_PORTLET_TYP
-
INVALID_POST
-
INVALID_PRESENTATION_TYP
-
INVALID_PROBABILITY_RANGE
-
INVALID_PROFILE_ID
-
INVALID_PROJ_BILLING_TYP
-
INVALID_PSWD
-
INVALID_PSWD_HINT
-
INVALID_PSWD_ILLEGAL_CHAR
-
INVALID_PURCHASE_TAX_CODE
-
INVALID_QTY
-
INVALID_QUANTITY
-
INVALID_QUESTION
-
INVALID_RCRD
-
INVALID_RCRD_CONVERSION
-
INVALID_RCRD_HEADER
-
INVALID_RCRD_ID
-
INVALID_RCRD_INITIALIZE
-
INVALID_RCRD_OBJ
-
INVALID_RCRD_REF
-
INVALID_RCRD_TRANSFRM
-
INVALID_RCRD_TYPE
-
INVALID_RECIPIENT
-
INVALID_RECR_REF
-
INVALID_RECUR_DATE_RANGE
-
INVALID_RECUR_DESC_REQD
-
INVALID_RECUR_DOW
-
INVALID_RECUR_DOWIM
-
INVALID_RECUR_DOWMASK
-
INVALID_RECUR_FREQUENCY
-
INVALID_RECUR_PATTERN
-
INVALID_RECUR_PERIOD
-
INVALID_RECUR_TIME_ZONE_REQD
-
INVALID_REF_CANT_INITIALIZE
-
INVALID_REF_KEY
-
INVALID_REFFERER_EMAIL
-
INVALID_REFUND_AMT
-
INVALID_REPORT
-
INVALID_REPORT_ID
-
INVALID_REPORT_ROW
-
INVALID_REQUEST
-
INVALID_RESOURCE_TIME
-
INVALID_RESULT_SUMMARY_FUNC
-
INVALID_RETURN_DATA_FORMAT
-
INVALID_RETURN_DATA_OBJECT
-
INVALID_REV_REC_DATE_RANGE
-
INVALID_ROLE
-
INVALID_ROLE_FOR_EVENT
-
INVALID_RQST_CONTACTS_EXIST
-
INVALID_RQST_PARENT_REQD
-
INVALID_RQST_SBCUST_JOBS_EXIST
-
INVALID_SAVED_SRCH
-
INVALID_SAVEDSEARCH
-
INVALID_SCHDUL_AMT
-
INVALID_SCHDUL_FORMAT
-
INVALID_SCRIPT_ID
-
INVALID_SEARCH
-
INVALID_SEARCH_CRITERIA
-
INVALID_SEARCH_FIELD_KEY
-
INVALID_SEARCH_FIELD_NAME
-
INVALID_SEARCH_FIELD_OBJ
-
INVALID_SEARCH_JOIN_ID
-
INVALID_SEARCH_MORE
-
INVALID_SEARCH_OPERATOR
-
INVALID_SEARCH_PAGE_INDEX
-
INVALID_SEARCH_PAGE_SIZE
-
INVALID_SEARCH_PREF
-
INVALID_SEARCH_SELECT_OBJ
-
INVALID_SEARCH_TYPE
-
INVALID_SEARCH_VALUE
-
INVALID_SECONDARY_EMAIL
-
INVALID_SECPAY_CREDENTIALS
-
INVALID_SERIAL_NUM
-
INVALID_SERIAL_OR_LOT_NUMBER
-
INVALID_SERVICE_CODE
-
INVALID_SESSION
-
INVALID_SHIP_DATE
-
INVALID_SHIP_FROM_STATE
-
INVALID_SHIP_GRP
-
INVALID_SHIP_SRVC
-
INVALID_SHIP_TO_SATE
-
INVALID_SHIPPER_STATE
-
INVALID_SIGNATURE
-
INVALID_SIGNATURE_TAG
-
INVALID_SITE_CSTM_FILE
-
INVALID_SOAP_HEADER
-
INVALID_SRCH
-
INVALID_SRCH_CRITERIA
-
INVALID_SRCH_CSTM_FLD
-
INVALID_SRCH_FUNCTN
-
INVALID_SRCH_SORT
-
INVALID_SRCH_SUMMARY_TYP
-
INVALID_SRCH_TYP
-
INVALID_SRVC_ITEM_SUB
-
INVALID_SSO
-
INVALID_SSS_DEBUG_SESSION
-
INVALID_STATE
-
INVALID_STATUS
-
INVALID_SUB
-
INVALID_SUBLIST_DESC
-
INVALID_SUBSCRIPTION_STATUS
-
INVALID_SUMMARY_SRCH
-
INVALID_SUPERVISOR
-
INVALID_TASK_ID
-
INVALID_TAX_AMT
-
INVALID_TAX_CODE
-
INVALID_TAX_CODE_FOR_SUB
-
INVALID_TAX_CODES
-
INVALID_TAX_PMT
-
INVALID_TAX_VALUE
-
INVALID_TIME_FORMAT
-
INVALID_TO_DATE
-
INVALID_TRACKING_NUM
-
INVALID_TRAN_ITEM_LINE
-
INVALID_TRANS
-
INVALID_TRANS_AMT
-
INVALID_TRANS_COMPNT
-
INVALID_TRANS_ID
-
INVALID_TRANS_SUB_ACCT
-
INVALID_TRANS_SUB_ACCT_FOR_PAYROLL_ITEM
-
INVALID_TRANS_SUB_CLASS
-
INVALID_TRANS_SUB_DEPT
-
INVALID_TRANS_SUB_ENTITY
-
INVALID_TRANS_SUB_ITEM
-
INVALID_TRANS_SUB_LOC
-
INVALID_TRANS_TYP
-
INVALID_TRANSACTIO_DATE
-
INVALID_TRANSACTION_DATE
-
INVALID_TRIAL_TYP
-
INVALID_TYP
-
INVALID_UNIT_TYP
-
INVALID_UNSUPRTD_RCRD_TYP
-
INVALID_UPS_ACCT
-
INVALID_UPS_PACKG_WEIGHT
-
INVALID_UPS_VALUES
-
INVALID_URL
-
INVALID_URL_PARAM
-
INVALID_VALUE
-
INVALID_VAT_AMOUNT
-
INVALID_VSOE_ALLOCTN
-
INVALID_WEBSITE_SECTION
-
INVALID_WO
-
INVALID_WO_ITEM
-
INVALID_WS_VERSION
-
INVALID_YEAR
-
INVALID_YEAR_FORMAT
-
INVALID_ZIP_CODE
-
INVALID_ZIP_FILE
-
INVALID_ZIP_POST_CODE
-
INVENTORY_NUM_DISALLWD
-
INVESTIGATE
-
INVLAID_BOOLEAN_VALUE
-
IP_REQUEST
-
ISSUE_ASSIGNEE_DISALLWD
-
ISSUE_PRODUCT_VERSION_MISMATCH
-
ISSUE_VERSION_BUILD_MISMATCH
-
ITEM_ACCT_REQD
-
ITEM_COUNT_MISMATCH
-
ITEM_IS_UNAVAILABLE
-
ITEM_NAME_MUST_BE_UNIQUE
-
ITEM_NOT_UNIQUE
-
ITEM_PARAM_REQD_IN_URL
-
ITEM_QTY_AMT_MISMATCH
-
ITEM_TYP_REQS_UNIT
-
JE_AMOUNTS_MUST_BALANCE
-
JE_LINE_MISSING_REQD_DATA
-
JE_MAX_ONE_LINE
-
JE_REV_REC_IN_PROGRESS
-
JE_UNEXPECTED_ERROR
-
JOB_NOT_COMPLETE
-
JS_EXCEPTION
-
KEY_REQD
-
KPI_SETUP_REQD
-
LABEL_REQD
-
LANGUAGE_SETUP_REQD
-
LINK_LINES_TO_ONE_ORD
-
LINKED_ACCT_DONT_MATCH
-
LINKED_ENTITIES_DONT_MATCH
-
LINKED_ITEMS_DONT_MATCH
-
LIST_ID_REQD
-
LIST_KEY_REQD
-
LOCATION_REQD
-
LOCATIONS_IN_USE
-
LOCATIONS_SETUP_REQD
-
LOCKED_DASHBOARD
-
LOGIN_DISABLED
-
LOGIN_DISABLED_PARTNER_CTR
-
LOGIN_EMAIL_REQD
-
LOGIN_NAME_AND_PSWD_REQD
-
LOGIN_REQD
-
LOST_UPSELL_CRITERIA
-
MACHN_LIST_KEY_NAMES_REQD
-
MANDATORY_PRD_TYPE_REQD
-
MASS_UPDATE_CRITERIA_LOST
-
MATCHING_CUR_SUB_REQD
-
MATCHING_SERIAL_NUM_REQD
-
MATRIX_INFO_TEMP_LOST
-
MATRIX_SUBITEM_NAME_TOO_LONG
-
MAX_16_LINES_ALLWD_PER_BILLPAY
-
MAX_200_LINES_ALLWD_ON_TRANS
-
MAX_BARCODE_PRINT_EXCEEDED
-
MAX_BULK_MERGE_RCRDS_EXCEEDED
-
MAX_EMAILS_EXCEEDED
-
MAX_RCRDS_EXCEEDED
-
MAX_VALUES_EXCEEDED
-
MEDIA_FILE_INVALID_JSCRIPT
-
MEDIA_NOT_FOUND
-
MEDIA_NOT_INITIALIZED
-
MEMORIZED_TRANS_ERROR
-
MERGE_OPERATION_DISALLWD
-
MERGE_RCRD_REQD
-
METAVANTE_ERROR
-
METAVANTE_SECRET_ANSWER_REQD
-
METAVANTE_SECRET_QESTION_REQD
-
METAVANTE_SETUP_REQD
-
METAVANTE_TEMP_UNAVAILBL
-
METHOD_NAME_CANNOT_BE_EMPTY
-
MISMATCH_EVENT_ISSUE_STATUS
-
MISMATCH_ISSUE_PRODUCT_VERSION
-
MISMATCH_SALES_CONTRIBUTION
-
MISMATCHED_CURRENCY
-
MISMATCHED_QTY_PRICING
-
MISMATCHED_SEARCH_PARENTHESIS
-
MISSING_ACCT_PRD
-
MISSING_CRNCY_EXCH_RATE
-
MISSING_ENUM
-
MISSING_REQD_FLD
-
MISSNG_ACCT_PRD
-
MISSNG_REV_REC_RCRD
-
MISSNG_SO_REV_REC_PARAMS
-
MISSNG_SO_START_END_DATES
-
MLI_REQD
-
MSNG_FIELD_OWRTE_MUST_BE_TRUE
-
MST_UPDATE_ITEMS_THEN_RATES
-
MULTI_ACCT_CANT_CHANGE_PSWD
-
MULTI_LOC_INVT_ERROR
-
MULTI_PRIMARY_PARTNER_DISALLWD
-
MULTI_SHIP_ROUTES_REQD
-
MULTISELECT_TYPE_REQD
-
MUST_DEFINE_BASE_UNIT
-
MUST_RESUBMIT_RCRD
-
NAME_ALREADY_IN_USE
-
NAME_REQD
-
NAME_TYPE_FLDR_FIELDS_REQD
-
NARROW_KEYWORD_SEARCH
-
NEED_BILL_VARIANCE_ACCT
-
NEGATIVE_PAYMENT_DISALLWD
-
NEITHER_ARGUMENT_DEFINED
-
NEW_CONNECTION_DISALLWD
-
NEXUS_REQD
-
NO_DATA_FOUND
-
NO_EXPENSES_FOR_PRD
-
NO_ITEMS_TO_PRINT
-
NO_MASS_UPDATES_RUNNING
-
NO_MTRX_ITEMS_TO_UPDATE
-
NO_ORD_SHPMNT
-
NO_RCRD_FOR_USER
-
NO_RCRDS_MATCH
-
NO_SCHDUL_APPLIED
-
NO_UPSERT
-
NON_ADMIN_CANNOT_INITIATE_LINK
-
NONMATCHING_EMAILS
-
NONUNIQUE_INDEX_VALUE
-
NONZERO_AMT_REQD
-
NONZERO_QTY_REQD
-
NONZERO_WEIGHT_REQD
-
NOT_AN_INVITEE
-
NOT_IN_INVT
-
NULL_CHECK_NUMBER
-
NUM_ITEMS_GRTR_THAN_QTY
-
NUM_ITEMS_NOT_EQUAL_TO_QTY
-
NUM_REQD_FOR_FIRST_LABEL
-
NUMERIC_CHECK_NUM_REQD
-
NUMERIC_REF_NUM_REQD
-
OI_FEATURE_REQD
-
OI_PERMISSION_REQD
-
ONE_ADMIN_REQD_PER_ACCT
-
ONE_DIRECT_DEPOSIT_ACT_ALLWD
-
ONE_EMPL_REQD
-
ONE_PAY_ITEM_PER_EMPL
-
ONE_POSITIVE_VALUE_REQD
-
ONE_RCRD_REQD_FOR_MASS_UPDATE
-
ONE_ROLE_REQD
-
ONLINE_BANK_FILE_REQD
-
ONLINE_BILL_PAY_DUP
-
ONLINE_BILL_PAY_SETUP_REQD
-
ONLINE_FORM_DSNT_EXIST
-
ONLINE_FORM_EMPTY
-
ONLINE_FORM_ID_REQD
-
ONLINE_FORM_USER_ACCESS_ONLY
-
ONLINE_ORD_FEATURE_DISABLED
-
ONLY_ONE_CONTRIB_ITEM_REQD
-
ONLY_ONE_DEDCT_ITEM_REQD
-
ONLY_ONE_DISTRIB_ALLWD
-
ONLY_ONE_EARNING_ITEM_REQD
-
ONLY_ONE_LOT_NUM_ALLWD
-
ONLY_ONE_PREF_BIN_ALLWD
-
ONLY_ONE_UNIT_AS_BASE_UNIT
-
ONLY_ONE_UPLOAD_ALLWD
-
ONLY_ONE_WITHLD_ITEM_REQD
-
OPENID_DOMAIN_IN_USE
-
OPENID_NOT_ENABLED
-
OPERATOR_ARITY_MISMATCH
-
OPRTN_UNAVAILBL_TO_GATEWAY
-
ORD_ALREADY_APPRVD
-
ORDER_DSNT_EXIST
-
OTHER_PMT_AUTH_IN_PROGRESS
-
OVER_FULFILL_DISALLWD
-
OVER_FULFILL_RECEIV_DISALLWD
-
OVERAGE_DISALLWD
-
OVERLAPPING_PRDS_DISALLWD
-
OWNER_REQD
-
PACKAGE_WEIGHT_REQD
-
PACKG_LEVEL_REF_DISALLWD
-
PACKG_VALUE_TOO_LARGE
-
PARENT_CANT_ITSELF_BE_MEMBER
-
PARENT_MUST_BE_MATRIX_ITEM
-
PARENT_REQD
-
PARSING_ERROR
-
PARTIAL_FULFILL_RCEIV_DISALLWD
-
PARTNER_ACCESS_DENIED
-
PARTNER_ACCT_NOT_LINKED
-
PARTNER_CODE_ALREADY_USED
-
PAY_HOLD_ON_SO
-
PAYCHECK_ALREADY_PAID
-
PAYCHECK_IN_USE
-
PAYEE_REQD_FOR_PMT
-
PAYPAL_FUND_SOURCE_REQD
-
PAYPAL_INVALID_PMT_METHOD
-
PAYPAL_PMT_NOTIFICATION
-
PAYPAL_SETUP_REQD
-
PAYROLL_COMMITTED
-
PAYROLL_EXPENSE_ACCT_REQD
-
PAYROLL_FEATURE_DISABLED
-
PAYROLL_FEATURE_UNAVAILABLE
-
PAYROLL_FUND_ACCT_REQD
-
PAYROLL_IN_PROCESS
-
PAYROLL_ITEM_DELETE_DISALLWD
-
PAYROLL_LIABILITY_ACCT_REQD
-
PAYROLL_MAINTENANCE
-
PAYROLL_SETUP_REQD
-
PAYROLL_UPDATE_REQD
-
PERMISSION_VIOLATION
-
PHONE_NUM_REQD
-
PIN_DEBIT_TRANS_DISALLWD
-
PLAN_IN_USE
-
PLAN_OVERLAP_DISALLWD
-
PMT_ALREADY_APPRVD
-
PMT_ALREADY_EXISTS
-
PMT_ALREADY_SBMTD
-
PMT_EDIT_DISALLWD
-
POSITIVE_BIN_QTY_REQD
-
POSITIVE_QTY_REQD
-
POSITIVE_UNITCOST_REQD
-
POSTING_DISCOUNT_DISALLWD
-
POSTING_PRD_SETUP_REQD
-
PRD_SETUP_REQD
-
PRDS_DISALLWD_NAMES_NOT_UNIQUE
-
PREF_VENDOR_COST_REQD
-
PREF_VENDOR_REQD
-
PRIVATE_RCRD_ACCESS_DISALLWD
-
PRIVATE_STATUS_CHNG_DISALLWD
-
PRODUCT_MODULE_MISMATCH
-
PSWD_EXPIRED
-
PSWD_REQD
-
PWSDS_DONT_MATCH
-
QTY_EXCEEDED_QTY_BUCKETS
-
QTY_REQD
-
RATE_REQUEST_SHPMNT_REQD
-
RATE_SRVC_UNAVAILBL
-
RCRD_DELETED_SINCE_RETRIEVED
-
RCRD_DRFT_DSNT_EXIST
-
RCRD_DRFT_INVALID_TTL
-
RCRD_DSNT_EXIST
-
RCRD_EDITED_SINCE_RETRIEVED
-
RCRD_HAS_BEEN_CHANGED
-
RCRD_ID_NOT_INT
-
RCRD_LOCKED_BY_WF
-
RCRD_NOT_FOUND
-
RCRD_PREVSLY_DELETED
-
RCRD_REF_RCRD_TYP_MISMATCH
-
RCRD_SUB_MISMATCH_WITH_CLASS
-
RCRD_TYPE_REQD
-
RCRD_UNEDITABLE
-
REACHED_LIST_END
-
REACHED_LIST_START
-
REC_TYP_REQD
-
RECALCING_PLAN_SCHDUL
-
RECUR_EVENT_DISALLWD
-
RECURSV_REF_DISALLWD
-
REPORT_EXPIRED
-
REQD_FORM_TAG_MISSING
-
REQD_LOC_FIELDS_MISSING
-
REQD_SUB_FIELDS_MISSING
-
REQUEST_PARAM_REQD
-
REV_REC_DATE_REQD
-
REV_REC_TMPLT_DATA_MISSING
-
REV_REC_UPDATE_DISALLWD
-
REVERSAL_DATE_WARNING
-
ROLE_REQD
-
ROLE_REQUIRED
-
ROUNDING_ERROR
-
ROUTING_NUM_REQD
-
SALES_DISCOUNT_ACCT_REQD
-
SAME_ACCT_TYP_REQD_FOR_PARENT
-
SASS_FILE_INACCESSIBLE
-
SASS_FILE_NON_EXISTENT
-
SASS_ILLEGAL_ARGUMENT
-
SASS_INPUT_SIZE_EXCEEDED_BY_FILE
-
SASS_UNABLE_TO_COMPILE
-
SASS_UNABLE_TO_READ_FILE
-
SAVED_SRCH_EMAIL_ERROR
-
SCHDUL_EDIT_DISALLWD
-
SCHEDULED_REPORT_ERROR
-
SCP_HISTORY_TOO_MANY_RESULTS
-
SEARCH_DATE_FILTER_REQD
-
SEARCH_ERROR
-
SEARCH_INTEGER_REQD
-
SEARCH_TIMED_OUT
-
SECURE_TRANS_REQD_ON_CHECKOUT
-
SELECT_OPTION_ALREADY_PRESENT
-
SELECT_OPTION_NOT_FOUND
-
SERIAL_NUM_MATCH_MULTI_ITEMS
-
SESSION_TERMD_2_ND_LOGIN_DECTD
-
SESSION_TIMED_OUT
-
SET_SHIPPING_PICKUP_TYP
-
SETUP_METER_REQD
-
SHIP_ADDR_REQD
-
SHIP_MANIFEST_ALREADY_PRCSSD
-
SHIP_MANIFEST_ERROR
-
SHIP_SETUP_REQD
-
SHIP_TALBE_UNBALNCD
-
SHIP_USER_ERROR
-
SHIPFROM_ADDRESS_NOT_SET
-
SHIPMNT_INSURANCE_NOT_AVAILABLE
-
SIGNATURE_VERIFICATION_FAILED
-
SINGLE_VALUE_REQD
-
SITE_DOMAIN_NAME_REQD
-
SITE_TAG_ALREADY_EXISTS
-
SITEMAP_GEN_ERROR
-
SO_HAS_CHILD_TRANS
-
SO_LINE_HAS_PO
-
SRVC_UNAVAILBL_FOR_LOC
-
SSS_APP_SERVER_RESTART
-
SSS_AUTHOR_MUST_BE_EMPLOYEE
-
SSS_CONNECTION_TIME_OUT
-
SSS_DEBUG_DISALLWD
-
SSS_DRIP_EMAIL_RAN_OUT_OF_COUPON_CODES
-
SSS_DUP_DRIP_EMAIL
-
SSS_FILE_SIZE_EXCEEDED
-
SSS_INSTRUCTION_COUNT_EXCEEDED
-
SSS_INVALID_ACTION_ID
-
SSS_INVALID_ATTACH_RECORD_TYPE
-
SSS_INVALID_BCC_EMAIL
-
SSS_INVALID_CC_EMAIL
-
SSS_INVALID_CMPGN_EVENT_ID
-
SSS_INVALID_EMAIL_TEMPLATE
-
SSS_INVALID_FORM_ELEMENT_NAME
-
SSS_INVALID_GSO_FLTR_OPRTOR
-
SSS_INVALID_HEADER
-
SSS_INVALID_HOST_CERT
-
SSS_INVALID_LIST_COLUMN_NAME
-
SSS_INVALID_LOCK_WAIT_TIME
-
SSS_INVALID_LOG_TYPE
-
SSS_INVALID_MACRO_ID
-
SSS_INVALID_PORTLET_INTERVAL
-
SSS_INVALID_READ_SIZE
-
SSS_INVALID_SCRIPTLET_ID
-
SSS_INVALID_SEGMENT_SEPARATOR
-
SSS_INVALID_SRCH_COL
-
SSS_INVALID_SRCH_COLUMN_JOIN
-
SSS_INVALID_SRCH_COLUMN_SUM
-
SSS_INVALID_SRCH_FILTER
-
SSS_INVALID_SRCH_FILTER_JOIN
-
SSS_INVALID_SRCH_OPERATOR
-
SSS_INVALID_SUBLIST_OPERATION
-
SSS_INVALID_SUBMIT_OPTION
-
SSS_INVALID_TYPE_ARG
-
SSS_INVALID_UI_OBJECT_TYPE
-
SSS_INVALID_URL
-
SSS_INVALID_URL_CATEGORY
-
SSS_INVALID_WF_RCRD_TYPE
-
SSS_INVALID_XML_SCHEMA_OR_DEPENDENCY
-
SSS_MEMORY_USAGE_EXCEEDED
-
SSS_METHOD_NOT_IMPLEMENTED
-
SSS_MISSING_REQD_ARGUMENT
-
SSS_NO_SUCH_RECORD_ACTION
-
SSS_PERSISTED_DATA_LIMIT_EXCEEDED
-
SSS_QUEUE_LIMIT_EXCEEDED
-
SSS_RECORD_DOES_NOT_SATISFY_CONDITION
-
SSS_RECORD_TYPE_MISMATCH
-
SSS_REQUEST_LIMIT_EXCEEDED
-
SSS_REQUEST_TIME_EXCEEDED
-
SSS_RETRY_COUNT_LIMIT_EXCEEDED
-
SSS_SCRIPT_DESERIALIZATION_FAILURE
-
SSS_SCRIPT_SECURITY_VIOLATION
-
SSS_SEARCH_TIMEOUT
-
SSS_SSO_CONFIG_REQD
-
SSS_STACK_FRAME_DEPTH_EXCEEDED
-
SSS_TAG_CANNOT_BE_EMPTY
-
SSS_TIME_LIMIT_EXCEEDED
-
SSS_TRANS_IN_PROGRESS
-
SSS_TRANSACTION_REQD
-
SSS_UNKNOWN_HOST
-
SSS_USAGE_LIMIT_EXCEEDED
-
SSS_XML_DOES_NOT_CONFORM_TO_SCHEMA
-
SSS_XML_DOM_EXCEPTION
-
START_DATE_AFTER_END_DATE
-
START_DATE_REQD
-
STATE_ALREADY_EXISTS
-
STATE_REQD
-
STATUS_ASSIGNEE_REQD
-
STORAGE_LIMIT_EXCEEDED
-
STORE_ALIAS_UNAVAILABLE
-
STORE_DOMAIN_UNAVAILABLE
-
SUB_MISMATCH
-
SUB_RESTRICT_VIEW_REQD
-
SUBITEM_REQD
-
SUBSIDIARY_MISMATCH
-
SUCCESS_TRANS
-
SUPRT_CNTR_LOGIN_ERROR
-
TAG_ALREADY_EXISTS
-
TAG_SUBSTITUTN_ERROR
-
TAGATA_ALREADY_ENDORSED
-
TAX_ACCT_SETUP_REQD
-
TAX_CODE_REQD
-
TAX_GROUP_SETUP_REQD
-
TAX_PRD_REQD
-
TAX_SETUP_REQD
-
TEMPLATE_NOT_FOUND
-
THIRD_PARTY_BILLING_ACCT_REQD
-
TICKET_NOT_LOCATED
-
TIME_ENTRY_DISALLWD
-
TIMEOUT_THE_RECORD_DOESNT_EXIST_ANYMORE
-
TOPIC_REQD
-
TRAN_DATE_REQD
-
TRAN_LINE_FX_AMT_REQD
-
TRAN_LINK_FX_AMT_REQD
-
TRAN_PERIOD_CLOSED
-
TRAN_PRD_CLOSED
-
TRANS_ALREADY_REFUNDED
-
TRANS_ALREADY_SETTLED
-
TRANS_ALREADY_VOIDED
-
TRANS_AMTS_UNBALNCD
-
TRANS_APPLIED_AMTS_UNBALNCD
-
TRANS_CLASS_UNBALNCD
-
TRANS_DEPT_UNBALNCD
-
TRANS_DOES_NOT_EXIST
-
TRANS_DSNT_EXIST
-
TRANS_EDIT_DISALLWD
-
TRANS_FORGN_CRNCY_MISMATCH
-
TRANS_FORGN_CUR_UNBALNCD
-
TRANS_IN_USE
-
TRANS_LINE_AND_PMT_UNBALNCD
-
TRANS_LINES_UNBALNCD
-
TRANS_LOC_UNBALNCD
-
TRANS_NOT_CLEANED
-
TRANS_NOT_COMPLETED
-
TRANS_PRCSSNG_ERROR
-
TRANS_UNBALNCD
-
TRANSACTION_DELETED
-
TRANSORD_SHIP_REC_MISMATCH
-
TWO_FA_AUTH_REQD
-
TWO_FA_REQD
-
UNABLE_TO_PRINT_CHECKS
-
UNABLE_TO_PRINT_DEPOSITS
-
UNAUTH_CAMPAIGN_RSPNS_RQST
-
UNAUTH_UNSUBSCRIBE_RQST
-
UNDEFINED_ACCTNG_PRD
-
UNDEFINED_CSTM_FIELD
-
UNDEFINED_TAX_PRD
-
UNEXPECTED_ERROR
-
UNEXPECTED_FAILURE
-
UNEXPECTED_PROBLEM_LOADING_RECORD
-
UNIQUE_CUST_EMAIL_REQD
-
UNIQUE_CUST_ID_REQD
-
UNIQUE_ENTITY_NAME_REQD
-
UNIQUE_GROUPID_REQD
-
UNIQUE_PARTNER_CODE_REQD
-
UNIQUE_QTY_REQD
-
UNIQUE_RCRD_ID_REQD
-
UNIQUE_SOLUTION_CODE_REQD
-
UNITS_TYP_IN_USE
-
UNKNOWN_CARRIER
-
UNKNOWN_RCRD_TYPE
-
UNKNOWN_SCRIPT_TYP
-
UNKNWN_ALLOCTN_SCHDUL_FREQ_TYP
-
UNKNWN_EMAIL_AUTHOR
-
UNKNWN_EXCHANGE_RATE
-
UNRECOGNIZED_METHOD
-
UNSUBSCRIBE_REQD
-
UNSUPPORTED_METHOD
-
UNSUPPORTED_WS_VERSION
-
UPDATE_DISALLWD
-
UPDATE_PRICE_AMT_REQD
-
UPGRADE_WS_VERSION
-
UPS_CANT_INTEGRATE_FULFILL
-
UPS_CONFIG_ERROR
-
UPS_LICENSE_AGREEMNT_REQD
-
UPS_ONLINE_RATE_UNAVAILBL
-
UPS_ONLINE_SHIP_UNAVAILBL
-
UPS_REG_NUM_IN_USE
-
UPS_SETUP_REQD
-
UPS_USER_ERROR
-
UPS_VOID_ERROR
-
UPS_XML_ERROR
-
URL_ID_PARAM_REQD
-
URL_REQD
-
USER_CONTEXT_REQD
-
USER_DISABLED
-
USER_ERROR
-
USPS_ACCT_NUM_ALREADY_EXISTS
-
USPS_INVALID_INSURED_VALUE
-
USPS_INVALID_PACKAGING
-
USPS_INVALID_PSWD
-
USPS_LABEL_VOIDED
-
USPS_MAX_ITEM_EXCEEDED
-
USPS_ONE_PACKAGE_ALLWD
-
USPS_PASS_PHRASE_NOT_UPDATED
-
USPS_REFUND_FAILED
-
USPS_RETRY
-
USPS_VALIDATE_ADDR
-
USPS_VERIFY_TRACKING_NUM
-
USPS_VOID_ERROR
-
VALID_EMAIL_REQD
-
VALID_EMAIL_REQD_FOR_LOGIN
-
VALID_FIRST_NAME_REQD
-
VALID_LAST_NAME_REQD
-
VALID_LINE_ITEM_REQD
-
VALID_PHONE_NUM_REQD
-
VALID_PRD_REQD
-
VALID_URL_REQD
-
VALID_VERSION_REQD_IN_URL
-
VALID_WORK_PHONE_REQD
-
VALID_ZIPCODE_REQD
-
VENDOR_TYPE_REQD
-
VERIFY_DESTNTN_ZIP_CODE
-
VERIFY_PAYROLL_FUND_ACCT
-
VERIFY_ZIP_CODE_SETUP
-
VISA_ERROR
-
VOID_FAILED
-
VOIDING_REVERSAL_DISALLWD
-
VSOE_CANT_ADD_ITEM_GROUP
-
VSOE_REV_REC_TMPLT_REQD
-
VSOE_TOTAL_ALLOCATION_ERROR
-
VSOE_TRAN_VSOE_BUNDLE_ERROR
-
WARNING
-
WF_EXEC_USAGE_LIMIT_EXCEEDED
-
WORK_DAYS_REQD
-
WRITE_OFF_ACCT_REQD
-
WS_CONCUR_SESSION_DISALLWD
-
WS_EXCEEDED_CONCUR_USERS_ALLWD
-
WS_FEATURE_REQD
-
WS_INVALID_SEARCH_OPERATN
-
WS_LOG_IN_REQD
-
WS_PERMISSION_REQD
-
WS_REQUEST_BLOCKED
-
ZIP_FILE_CONTAINS_VIRUS
Record Type and Type Enum Values
Enumeration, one of:
-
ACCOUNT
-
ACCOUNTING_PERIOD
-
ADV_INTER_COMPANY_JOURNAL_ENTRY
-
ASSEMBLY_BUILD
-
ASSEMBLY_UNBUILD
-
ASSEMBLY_ITEM
-
BILLING_ACCOUNT
-
BILLING_SCHEDULE
-
BIN
-
BIN_TRANSFER
-
BIN_WORKSHEET
-
BOM
-
BOM_REVISION
-
BUDGET
-
BUDGET_CATEGORY
-
CALENDAR_EVENT
-
CAMPAIGN
-
CAMPAIGN_AUDIENCE
-
CAMPAIGN_CATEGORY
-
CAMPAIGN_CHANNEL
-
CAMPAIGN_FAMILY
-
CAMPAIGN_OFFER
-
CAMPAIGN_RESPONSE
-
CAMPAIGN_SEARCH_ENGINE
-
CAMPAIGN_SUBSCRIPTION
-
CAMPAIGN_VERTICAL
-
CASH_REFUND
-
CASH_SALE
-
CHECK
-
CHARGE
-
CLASSIFICATION
-
CONSOLIDATED_EXCHANGE_RATE
-
CONTACT
-
CONTACT_CATEGORY
-
CONTACT_ROLE
-
COST_CATEGORY
-
COUPON_CODE
-
CREDIT_MEMO
-
CRM_CUSTOM_FIELD
-
CURRENCY
-
CURRENCY_RATE
-
CUSTOM_LIST
-
CUSTOM_PURCHASE
-
CUSTOM_RECORD
-
CUSTOM_RECORD_CUSTOM_FIELD
-
CUSTOM_RECORD_TYPE
-
CUSTOM_SALE
-
CUSTOM_SEGMENT
-
CUSTOM_TRANSACTION
-
CUSTOM_TRANSACTION_TYPE
-
CUSTOMER
-
CUSTOMER_CATEGORY
-
CUSTOMER_DEPOSIT
-
CUSTOMER_MESSAGE
-
CUSTOMER_PAYMENT
-
CUSTOMER_REFUND
-
CUSTOMER_STATUS
-
CUSTOMER_SUBSIDIARY_RELATIONSHIP
-
DEPOSIT
-
DEPOSIT_APPLICATION
-
DEPARTMENT
-
DESCRIPTION_ITEM
-
DISCOUNT_ITEM
-
DOWNLOAD_ITEM
-
EMPLOYEE
-
ENTITY_CUSTOM_FIELD
-
ENTITY_GROUP
-
ESTIMATE
-
EXPENSE_CATEGORY
-
EXPENSE_REPORT
-
FAIR_VALUE_PRICE
-
FILE
-
FOLDER
-
GENERAL_TOKEN
-
GIFT_CERTIFICATE
-
GIFT_CERTIFICATE_ITEM
-
GLOBAL_ACCOUNT_MAPPING
-
HCM_JOB
-
INBOUND_SHIPMENT
-
INTER_COMPANY_JOURNAL_ENTRY
-
INTER_COMPANY_TRANSFER_ORDER
-
INVENTORY_ADJUSTMENT
-
INVENTORY_COST_REVALUATION
-
INVENTORY_ITEM
-
INVENTORY_NUMBER
-
INVENTORY_TRANSFER
-
INVOICE
-
ITEM_ACCOUNT_MAPPING
-
ITEM_CUSTOM_FIELD
-
ITEM_DEMAND_PLAN
-
ITEM_FULFILLMENT
-
ITEM_GROUP
-
ITEM_NUMBER_CUSTOM_FIELD
-
ITEM_OPTION_CUSTOM_FIELD
-
ITEM_SUPPLY_PLAN
-
ITEM_REVISION
-
ISSUE
-
JOB
-
JOB_STATUS
-
JOB_TYPE
-
ITEM_RECEIPT
-
JOURNAL_ENTRY
-
KIT_ITEM
-
LEAD_SOURCE
-
LOCATION
-
LOT_NUMBERED_INVENTORY_ITEM
-
LOT_NUMBERED_ASSEMBLY_ITEM
-
MARKUP_ITEM
-
MERCHANDISE_HIERARCHY_NODE
-
MESSAGE
-
MANUFACTURING_COST_TEMPLATE
-
MANUFACTURING_OPERATION_TASK
-
MANUFACTURING_ROUTING
-
NEXUS
-
NON_INVENTORY_PURCHASE_ITEM
-
NON_INVENTORY_RESALE_ITEM
-
NON_INVENTORY_SALE_ITEM
-
NOTE
-
NOTE_TYPE
-
OPPORTUNITY
-
OTHER_CHARGE_PURCHASE_ITEM
-
OTHER_CHARGE_RESALE_ITEM
-
OTHER_CHARGE_SALE_ITEM
-
OTHER_CUSTOM_FIELD
-
OTHER_NAME_CATEGORY
-
PARTNER
-
PARTNER_CATEGORY
-
PAYCHECK
-
PAYCHECK_JOURNAL
-
PAYMENT_CARD
-
PAYMENT_CARD_TOKEN
-
PAYMENT_ITEM
-
PAYMENT_METHOD
-
PAYROLL_ITEM
-
PERIOD_END_JOURNAL
-
PHONE_CALL
-
PRICE_LEVEL
-
PRICING_GROUP
-
PROJECT_TASK
-
PROMOTION_CODE
-
PURCHASE_ORDER
-
PURCHASE_REQUISITION
-
RESOURCE_ALLOCATION
-
RETURN_AUTHORIZATION
-
REV_REC_SCHEDULE
-
REV_REC_TEMPLATE
-
SALES_ORDER
-
SALES_ROLE
-
SALES_TAX_ITEM
-
SERIALIZED_INVENTORY_ITEM
-
SERIALIZED_ASSEMBLY_ITEM
-
SERVICE_PURCHASE_ITEM
-
SERVICE_RESALE_ITEM
-
SERVICE_SALE_ITEM
-
SOLUTION
-
SITE_CATEGORY
-
STATE
-
STATISTICAL_JOURNAL_ENTRY
-
SUBSIDIARY
-
SUBTOTAL_ITEM
-
SUPPORT_CASE
-
SUPPORT_CASE_ISSUE
-
SUPPORT_CASE_ORIGIN
-
SUPPORT_CASE_PRIORITY
-
SUPPORT_CASE_STATUS
-
SUPPORT_CASE_TYPE
-
TASK
-
TAX_ACCT
-
TAX_GROUP
-
TAX_TYPE
-
TERM
-
TIME_BILL
-
TIME_SHEET
-
TOPIC
-
TRANSFER_ORDER
-
TRANSACTION_BODY_CUSTOM_FIELD
-
TRANSACTION_COLUMN_CUSTOM_FIELD
-
UNITS_TYPE
-
USAGE
-
VENDOR
-
VENDOR_CATEGORY
-
VENDOR_BILL
-
VENDOR_CREDIT
-
VENDOR_PAYMENT
-
VENDOR_RETURN_AUTHORIZATION
-
VENDOR_SUBSIDIARY_RELATIONSHIP
-
WIN_LOSS_REASON
-
WORK_ORDER
-
WORK_ORDER_ISSUE
-
WORK_ORDER_COMPLETION
-
WORK_ORDER_CLOSE