...
Code Block | ||||
---|---|---|---|---|
| ||||
<netsuite.init>
<apiUrl>{$ctx:apiUrl}</apiUrl>
<warningAsError>{$ctx:warningAsError}</warningAsError>
<disableSystemNotesForCustomFields>{$ctx:disableSystemNotesForCustomFields}</disableSystemNotesForCustomFields>
<ignoreReadOnlyFields>{$ctx:ignoreReadOnlyFields}</ignoreReadOnlyFields>
<disableMandatoryCustomFieldValidation>
{$ctx:disableMandatoryCustomFieldValidation}
</disableMandatoryCustomFieldValidation>
<roleInternalId>{$ctx:roleInternalId}</roleInternalId>
<partnerId>{$ctx:partnerId}</partnerId>
<applicationId>{$ctx:applicationId}</applicationId>
<roleName>{$ctx:roleName}</roleName>
<password>{$ctx:password}</password>
<roleExternalId>{$ctx:roleExternalId}</roleExternalId>
<email>{$ctx:email}</email>
<account>{$ctx:account}</account>
<roleType>{$ctx:roleType}</roleType>
<blocking>false</blocking>
</netsuite.init> |
Properties
apiUrl:
The API URL of the NetSuite API.warningAsError:
A boolean Preference object element value specifying whether to treat warnings as errors.disableSystemNotesForCustomFields:
A boolean Preference object element value specifying whether to disable system notes for custom fields.ignoreReadOnlyFields:
A boolean Preference object element value specifying whether to ignore read-only fields.disableMandatoryCustomFieldValidation:
A boolean Preference object element value specifying whether to perform mandatory custom field validation.roleInternalId:
The internal ID of the role.partnerId:
The partner ID of the request.applicationId:
The application ID of the request.roleName:
The name of the role.password:
The valid password of the authenticated user.roleExternalId:
The external ID of the role.email:
The email address of the authenticated user.account:
The ID of the authenticated NetSuite account.roleType:
The type of the role.blocking
: Set true to performs the blocking invocations to Netsuite.
Additional information
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
For parameters that take objects, the objects should be defined as in the API documentation. For example, the "records" object in the "addList" method should be named as in the API document, as shown below.
|
...