Connector Part | Description |
---|---|
Client ID | This is the Application (client) ID of the App you have registered in Azure AD. You can find this information on the Overview page of your Azure portal. |
Client secret value | The client secret value that you have created using the Certificates & secrets>New client secret option. This value can only be seen when you are creating it, hence write it down at the time of creation. |
Tenant ID | This is the Directory (tenant) ID. You can find this information on the Overview page of your Azure portal. |
Dynamics 365 domain | The web address used to navigate to your Dynamics 365 commerce sites in. You can find this information on the Environments>your-environment page of the admin.powerplatform portal. It will be listed as domain-name.crm.dynamics.com. For example if actual environment URL is https://orgc8888f2c.crm.dynamics.com/ the value you need to provide is orgc8888f2c. |
Property | Description |
---|---|
Flush Frequency | Number of records buffered in the memory before being written to the target. Default value is 0 (all records are written at once). When inserting many records, change the default to a higher value to improve performance. |
Batch Response | The file to which CRUD operation results are written. The format is one entry per record, indicating success or failure. If operation fails, information about cause of failure is returned. Default is to not write a batch response file. |
Enable Batch Processing | Allows you to group related SQL statements into a batch and submit them in one go to the database server. This is a performance tuning option. Default value is TRUE. |
Batch Execution Size | Number of queries to execute in one batch. Default value is 50. The Enable Batch Processing property must be set to TRUE when using this property. |