Component family
|
Business/NetSuite
|
|
Function
|
This component invokes the NetSuite SOAP service and inserts,
updates, or removes data on the NetSuite SOAP server.
|
Purpose
|
This component allows you to access the NetSuite SOAP server and
execute the defined action on data on the server.
|
Basic settings
|
Username and
Password
|
Enter your user credentials to access the NetSuite
SOAP service.
To enter the password, click the […] button next to the
password field, and then in the pop-up dialog box enter the password between double quotes
and click OK to save the settings.
|
|
Role
|
Enter your NetSuite role ID.
|
|
Account
|
Enter your NetSuite account name.
|
|
Action
|
Select an action to perform from the list.
-
Insert: Adds a new record
to your data. If a duplicate is found and the Die on error check box is
selecte, the Job stops; if the Die on
error check box is cleared, the duplicate is
ignored and the Job continues.
-
Update: Makes changes to an existing record.
If the record corresponding to the specified Internal ID
does not exist, and the Die on
error check box is selecte, the Job stops.
To use this option, the InternalId column must exist in the schema
and set as Key.
-
Delete: Removes an existing record.
If the record corresponding to the specified Internal ID
does not exist and the Die on
error check box is selecte, the Job stops.
To use this option, the InternalId column must exist in the schema
and set as Key.
-
Upsert: Updates the record corresponding to the
specified Internal ID, or inserts a new record if it does
not exist.
To use this option, the InternalId column must exist in the schema
and set as Key.
|
|
Record Type
|
Select the type of the record you want to work on.
|
|
Schema and Edit
schema
|
A schema is a row description. It defines the number of fields to be processed and passed on
to the next component. The schema is either Built-In or
stored remotely in the Repository.
Since version 5.6, both the Built-In mode and the Repository mode are
available in any of the Talend solutions.
|
|
|
Built-In: You create and store the schema locally for this
component only. Related topic: see Talend Studio
User Guide.
|
|
|
Repository: You have already created the schema and
stored it in the Repository. You can reuse it in various projects and Job designs. Related
topic: see Talend Studio User Guide.
When the schema to be reused has default values that are integers or functions, ensure that
these default values are not enclosed within quotation marks. If they are, you must remove
the quotation marks manually.
For more details, see https://help.talend.com/display/KB/Verifying+default+values+in+a+retrieved+schema.
|
|
|
Click Edit schema to make changes to the schema. If the
current schema is of the Repository type, three options are
available:
-
View schema: choose this option to view the
schema only.
-
Change to built-in property: choose this option
to change the schema to Built-in for local
changes.
-
Update repository connection: choose this option to change
the schema stored in the repository and decide whether to propagate the changes to
all the Jobs upon completion. If you just want to propagate the changes to the
current Job, you can select No upon completion and
choose this schema metadata again in the [Repository
Content] window.
Click Sync columns to retrieve the schema from the
previous component connected in the Job.
Warning
The schema of this component is prefilled with columns corresponding to the NetSuite
service fields, which vary depending on the Record Type selected. You can delete
columns that are not relevant to your operation, but do not
rename any schema columns to prevent execution errors caused
thereby.
|
|
Die on error
|
This check box is selected by default. Clear the check box to skip
the row in error and complete the process for error-free rows. If
needed, you can retrieve the rows in error via a Row > Rejects link.
|
Advanced settings
|
tStatCatcher Statistics
|
Select this check box to gather the Job processing metadata at the
Job level as well as at each component level.
|
Global Variables
|
NB_LINE: the number of rows read by an input component or
transferred to an output component. This is an After variable and it returns an
integer.
CURRENT_INTERNALID: The internal ID of the record
currently inserted or processed. This is a Flow variable and it
returns an integer.
ERROR_MESSAGE: the error message generated by the
component when an error occurs. This is an After variable and it returns a string. This
variable functions only if the Die on error check box is
cleared, if the component has this check box.
A Flow variable functions during the execution of a component while an After variable
functions after the execution of the component.
To fill up a field or expression with a variable, press Ctrl +
Space to access the variable list and choose the variable to use from it.
For further information about variables, see Talend Studio
User Guide.
|
Usage
|
This component is usually used as an end component in a Talend
flow and it requires an input component.
|
Log4j
|
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User
Guide.
For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html.
|