tMicrosoftCrmInput
columns.
tMicrosoftCrmInput Standard properties
These properties are used to configure tMicrosoftCrmInput
running in the Standard Job framework.
The Standard
tMicrosoftCrmInput component belongs to the Business family.
The component in this framework is available in all Talend
products.
Basic settings
Authentication Type |
Select the authentication type that corresponds to your specific CRM deployment model.
|
CRM Version |
Select the version of the ON-PREMISE CRM database, CRM 2011, ON-PREMISE 2016 is implemented using Apache Olingo OData 4.0 libraries. For more |
API Version |
Select the API version of the ONLINE CRM database, v2007, v2011, ONLINE 2016 and 2018 are implemented using MS Dynamics WebAPI v8.1 You must set the Service Root URL to WebAPI v9.1 or higher when you select v2018 (use |
Registered application type |
Select the type of your application, either Native App or This property is available for |
Microsoft WebService URL |
The Web Service URL of an on-premise Microsoft CRM server. This property is available for Microsoft CRM |
OrganizeName |
The name of the organization that needs to access the Microsoft CRM database. This property is available for |
Username and Password |
The user authentication data required to access the Microsoft CRM database. To enter the password, click the […] button next to the |
Domain |
The domain name of the server on which the Microsoft CRM database is hosted. This property is available for Microsoft CRM |
Host |
The IP address of the Microsoft CRM database server. This property is available for |
Port |
The listening port number of the Microsoft CRM database server. This property is available for Microsoft CRM |
Organization Wsdl URL |
The WSDL URL of the Organization Service. This property is available for Microsoft CRM |
Security Service URL |
The URL of the Security Token Service. This property is available for Microsoft CRM |
Trust Certificate |
The path to the Trust Certificate file. This property is available for Microsoft CRM |
Discovery service endpoint |
The CRM online discovery service endpoint. This property is available for Microsoft CRM ONLINE |
Service Root URL |
The root URL of the service to be connected. This property is |
Application ID |
The unique client identifier that Azure AD assigns to your application when registering This property is available for |
Application secret |
The access key for your web application. For more information about how to get its This property is available when Web App with delegated |
OAuth authorization endpoint |
The OAuth authorization endpoint to be used for the OAuth discovery. For more This property is available for |
Time out (second) |
The number of seconds to wait for a reply message from the CRM server before closing |
Entity/EntitySet |
Select the relevant entity/entity set from the list or select |
Schema and Edit schema |
A schema is a row description. It defines the number of fields
Click Edit
The schema of this component is related to the specified entity. |
Custom filter |
Select this check box and in the field displayed, specify the search criteria This property is |
Logical operator used to combine |
Select the logical operator used to combine the conditions
|
Conditions |
Click the [+] button to
|
Order by |
Select this check box and in the table displayed, specify the column(s) based This property is |
Advanced settings
Reuse Http Client |
Select this check box to retain the current connection or clear it to release the This property is not available for Microsoft CRM |
Max number of reconnection attempts |
The maximum number of reconnect attempts to the Microsoft CRM database after the token This property is |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job 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 |
Usage
Usage rule |
This component is usually used as a start component of a Job or |
Limitation |
tMicrosoftCRMInput (both ONLINE 2016 and ON-PREMISE 2016) doesn’t support |
Writing data in a Microsoft CRM database and putting conditions on
columns to extract specified rows
This scenario describes a four-component Job which aims at writing the data
included in a delimited input file in a custom entity in a Microsoft CRM database. It then
extracts specified rows to an output file using the conditions set on certain input
columns.
If you want to write in a CustomEntity in Microsoft CRM database, make sure
to name the columns in accordance with the naming rule set by Microsoft, that is
“name_columnname” all in lower case.
Setting up the Job
-
Drop the following components from the Palette to the design workspace: tFileInputDelimited, tFileOutputDelimited, tMicrosoftCrmInput, and tMicrosoftCrmOutput.
-
Connect tFileInputDelimited to tMicrosoftCrmOutput using a Row > Main
connection. -
Connect tMicrosoftCrmIntput to tFileOutputDelimited using a Row > Main
connection. -
Connect tFileInputDelimited to tMicrosoftCrmInput using Trigger > OnSubjobOk
connection.
Configuring tFileInputDelimited
-
Double-click tFileInputDelimited to display
its Basic settings view and define its
properties. -
Set the Property Type to Repository if you have stored the input file
properties centrally in the Metadata node in
the Repository tree view. Otherwise, select
Built-In and fill the fields that follow
manually. In this example, property is set to Built-In. -
Click the three-dot button next to the File name/Stream
field and browse to the delimited file that holds the input data. The input file
in this example contains the following columns: new_id,
new_status, new_firstname,
new_email, new_city,
new_initial and
new_zipcode. -
In the Basic settings view, define the
Row Separator allowing to identify the end
of a row. Then define the Field Separator used
to delimit fields in a row. -
If needed, define the header, footer and limit number of processed rows in the
corresponding fields. In this example, the header, footer and limits are not
set. -
Click Edit schema to open a dialog box where
you can define the input schema you want to write in Microsoft CRM
database. - Click OK to close the dialog box.
Configuring tMicrosoftCrmOutput
-
Double-click tMicrosoftCrmOutput to display
the component Basic settings view and define
its properties. -
Enter the Microsoft Web Service URL as well as the user name and password in
the corresponding fields. -
In the OrganizeName field, enter the name
that is given the right to access the Microsoft CRM database. -
In the Domain field, enter the domain name of
the server on which Microsoft CRM is hosted, and then enter the host IP address
and the listening port number in the corresponding fields. -
In the Action list, select the operation you
want to carry on. In this example, we want to insert data in a custom entity in
Microsoft Crm. -
In the Time out field, set the amount of time
(in seconds) after which the Job will time out. -
In the Entity list, select one among those
offered. In this example, CustomEntity is selected.Note:If CustomEntity is selected, a Custom Entity Name field displays where you need to enter a
name for the custom entity.The Schema is then automatically set
according to the entity selected. If needed, click Edit
schema to display a dialog box where you can modify this schema
and remove the columns that you do not need in the output. -
Click Sync columns to retrieve the schema
from the preceding component.
Configuring tMicrosoftCrmInput
-
Double-click tMicrosoftCrmInput to display
the component Basic settings view and define
its properties. -
Set the Property Type to Repository if you have stored the input file
properties centrally in the Metadata node in
the Repository tree view. Otherwise, select
Built-In and fill the fields that follow
manually. In this example, property is set to Built-In. -
Enter the Microsoft Web Service URL as well as the user name and password in
the corresponding fields and enter the name that is given the right to access
the Microsoft CRM database in the OrganizeName
field. -
In the Domain field, enter the domain name of
the server on which Microsoft CRM is hosted, and then enter the host IP address
and the listening port number in the corresponding fields. -
In the Time out field, set the amount of time
(in seconds) after which the Job will time out. -
In the Entity list, select the one among
those offered you want to connect to. In this example,
CustomEntity is selected. -
The Schema is then automatically set
according to the entity selected. But you can modify it according to your needs.
In this example, you should set the schema manually since you want to access a
custom entity. Copy the seven-column schema from tMicrosoftCrmOutput and paste it in the schema dialog box in
tMicrosoftCrmInput. -
Click OK to close the dialog box. You will be
prompted to propagate changes. Click Yes in the
popup message. -
In the Basic settings view, select And or Or as the
logical operator you want to use to combine the conditions you set on the input
columns. In this example, we want to set two conditions on two different input
columns and we use And as the logical
operator. -
In the Condition area, click the plus button
to add as many lines as needed and then click in each line in the Input column list and select the column you want to
set condition on. In this example, we want to set conditions on two columns,
new_city and new_id. We want to
extract all customer rows whose city is equal to “New York” and whose id is
greater than 2. -
Click in each line in the Operator list and
select the operator to bind the input column with its value, in this example
Equal is selected for
new_city and Greater
Than for new_id. -
Click in each line in the Value list and set
the column value,New York
for new_city and
2
for new_id in this example. You can use
a fixed or a context value in this field.
Configuring tFileOutputDelimited
-
Double-click tFileOutputdelimited to display
the component Basic settings view and define
its properties. -
Set Property Type to Built-In and then click the […] button next to the File
Name field and browse to the output file. - Set row and field separators in the corresponding fields.
-
Select the Append check box if you want to
add the new rows at the end of the records. -
Select the Include Header check box if the
output file includes a header. -
Click Sync columns to retrieve the schema
from the preceding component.
Executing the Job
Only customers who live in New York city and those whose “id” is
greater than 2 are listed in the output file you stored locally.