|
Component family
|
Business/NetSuite
|
|
|
Function
|
This component invokes the NetSuite SOAP service and retrieves
data according to the conditions you specify.
|
|
Purpose
|
This component allows you to access the NetSuite SOAP server and
retrieve data from it.
|
|
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.
|
|
|
Record Type
|
Select a type of record you want to retrieve.
|
|
|
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.
|
|
|
|
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.
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.
|
|
|
Search Criteria
|
Define search conditions to match fields for data retrieval. Click the [+] button to add as many rows as you
need, each row for a condition, and define each of your
conditions:
-
Field Name: select a field to search based on the
condition.
-
Operator: select an operator for the field search
condition.
-
Value: enter the value for the field search
condition.
-
Value2: enter the second value for the field search
condition, if relevant depending on the operator you
select.
|
|
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 processed. This is an After
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 a start component in a Talend
flow and it requires an output 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.
|