Dynamics 365
The Dynamics 365 Connector enables data synchronization between Dynamics 365 and RAC/M Identity. To do this, the connector uses the Dynamics 365 Rest API.
Configuration
The following parameters are required :
| Configuration | Description |
|---|---|
| Application ID | The application ID displayed through the Entra ID portal in the registered application panel. |
| Endpoint resource | The URL of the API to connect to. |
| Application Secret Key | The secret key generated for your application. This key can be generated through the Entra ID portal in the Keys panel. |
| Access token endpoint | The OAUTH 2.0 Token Endpoint. If none specified, default to https://login.microsoftonline.com/'{client id}'/oauth2/token. |
Other parameters can also be supplied to configure the connector.
| Configuration | Description |
|---|---|
| Endpoint path | It is added at the end of {apiEndPoint} when making the call to the servers. For example, it could be /api/data/v9.2. The default is /data. |
| Resource for test | The resource property used for tests. If not provided, 'Workers' will be used. |
| Connection Timeout in seconds | Connection Timeout in seconds. Will be used as the Connection,Read and Write timeout. |
| Result page size | Result page size when executing a GET request. |
| Filter | Generic Request filters. |
| Filter ProvisionsV2 | ProvisionsV2 Request filters. |
| Filter Workers | Workers Request filters. |
| Filter OperatingUnits | OperatingUnits Request filters. |
| Filter PositionHierarchies | PositionHierarchies Request filters. |
| Filter Employment | Employment Request filters. |
| Use Prefer header for paging | If true, it will use the OData Prefer header for paging instead of the top parameter. |
| Financial Dimension Filters | Semicolon-separated list of financial dimension filter names to include in the schema. Each filter creates a separate object class for querying financial dimension values. Example: dimension_1;dimension_2; |
| Financial Dimension Filters Separator | The separator character used to split the Financial Dimension Filters list. Default is semicolon (;). You can use any character as a separator, such as comma (,), underscores (_), or any other character. If left empty or blank, the default semicolon is used. |
| Use Cross-Company for Financial Dimensions | When enabled, adds the $cross-company=true parameter to FinancialDimensionValue queries, allowing queries to return results across all companies. When disabled (default), queries are limited to the current company context. |
