Property | Description |
---|---|
Connection | Name of the source connection. |
Source Type | Type of the source object. Microsoft Dynamics CRM connections support only Single object. |
Source Object | Name of the source object. Select the source object for a single source. |
Display technical names instead of labels | Displays technical names instead of business names. |
Display source fields in alphabetical order | Displays source fields in alphabetical order instead of the order returned by the source system. |
Advanced Property | Description |
---|---|
Source Filter | Retrieves rows from an entity that meet a condition. Provide a source filter to improve the performance when you read from Microsoft Dynamics CRM. For example, you can specify filter conditions in the following FetchXML format: <filter type='and'> <condition attribute='lastname' operator='ne' value='Cannon' /> </filter> In this example, and is the filter type, lastname is the column name, ne is the not equals operator, and Cannon is the filter value. |
Sorted Ports | Retrieves data from an entity in a specific order. |
Maximum Page Size | The maximum number of records in a page buffer that Secure Agent reads from Microsoft Dynamics CRM. Default value is 50. |