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 Azure AD 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 Azure AD 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. |