Function |
Writes data into a module of a VtigerCRM database. | |
Purpose |
Allows to write data from a VtigerCRM DB. |
Component family |
Business/VtigerCRM | |
Basic settings |
|
|
Vtiger Version |
Select the version of the Vtiger Web Services you want to use (either Vtiger 5.0 or Vtiger 5.1) | |
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. 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. 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. |
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 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. 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 |
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 |
Used as an output component. An Input component is required. | |
Limitation |
n/a |