tMicrosoftCrmOutput
tMicrosoftCrmOutput Standard properties
These properties are used to configure tMicrosoftCrmOutput
running in the Standard Job framework.
The Standard
tMicrosoftCrmOutput component belongs to the Business family.
The component in this framework is generally available.
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, ONLINE 2016 is implemented using Apache Olingo OData 4.0 libraries. For more |
|
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 available for Microsoft |
|
Application ID |
The unique client identifier that Azure AD assigns to your application when registering This property is available for Microsoft CRM ONLINE |
|
OAuth authorization endpoint |
The OAuth authorization endpoint to be used for the OAuth discovery. For more This property is available for Microsoft CRM ONLINE |
|
Action |
Select the action you want to perform on the CRM data, The CRM data could not be updated with NULL value for Microsoft CRM ONLINE 2016 |
|
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 (columns) to
Click Edit schema to make changes to the schema.
Click Sync columns to retrieve the schema from The schema of this component is related to the specified entity. |
| Lookup Type Mapping |
Complete this table to map the lookup property with its related entity type or
This property is not available for Microsoft CRM |
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 |
|
Transform empty lookup string values to |
Select this check box and the empty lookup string will be This property is available for |
| Ignore Null |
Select this check box to ignore NULL values in the input data. |
|
Max number of reconnection attempts |
The maximum number of reconnect attempts to the Microsoft CRM database after the token This property is available for |
|
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 an end component of a Job or Subjob and it |
Related Scenario
For a related use case, see Scenario: Writing data in a Microsoft CRM database and putting conditions on columns to extract specified rows.