tVtigerCRMOutput Standard properties
These properties are used to configure tVtigerCRMOutput running in the Standard Job framework.
The Standard tVtigerCRMOutput component belongs to the Business family.
The component in this framework is available in all Talend products.
Basic settings
Vtiger Version |
Select the version of the Vtiger Web Services you want to use (either Vtiger 5.0 or Vtiger 5.1) |
When the version to be used is Vtiger 5.0:
Server Address |
Type in the IP address of the VtigerCRM server. |
Port |
Type in the Port number to access the server. |
Vtiger Path |
Type in the path to access the server. |
Username and Password |
Type in the user authentication data. 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. |
Version |
Type in the version of VtigerCRM you are using. |
Module |
Select the relevant module in the list |
Method |
Select the relevant method in the list. The method specifies the action you can carry out on the VtigerCRM module selected. |
Schema and Edit Schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
In this component the schema is related to the Module selected. |
When the version to be used is Vtiger 5.1
Endpoint |
Type in the URL address of the invoked Web server. |
Username |
Type in the user name to log in to the VtigerCRM. |
Access key |
Type in the access key for the user name. |
Action |
Insert or Update the data in the SugarCRM module. |
Module |
Select the relevant module in the list |
Schema and Edit Schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
In this component the schema is related to the Module selected. |
Die on error |
This check box is clear by default to skip the row on error and complete the process for error-free rows. |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level as well as at each component level. |
Global Variables
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. 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
Usage rule |
Used as an output component. An Input component is required. |