Search K
Appearance
Appearance
Overview Use this guide to create and configure a Microsoft Dynamics 365 service account in MinuteView Console. This service account enables integration with your Dynamics 365 environment for:
- Record management — Create, read, update, and delete records in Dynamics 365 entities
- Workflow automation — Trigger Dynamics 365 actions from MinuteView automation workflows
- Data synchronization — Pull Dynamics 365 data into MinuteView for reporting and processing
- Custom entity access — Work with standard and custom Dynamics 365 entities
This service account uses Azure AD client credentials (client ID and secret) for server-to-server authentication with your Dynamics 365 instance.
The MinuteView server communicates directly with Microsoft's identity platform and your Dynamics 365 instance to authenticate and make API calls. This means the server must have outbound internet access to the following domains.
The following domains must be accessible via HTTPS (port 443) from the server where MinuteView is installed:
| Domain | Purpose |
|---|---|
login.microsoftonline.com | Azure AD token acquisition and refresh |
*.crm.dynamics.com | Dynamics 365 API calls (your specific org URL, e.g. yourorg.crm.dynamics.com) |
Server Access Required
These domains must be reachable from the server, not just from the user's PC. All Dynamics 365 API calls are made server-side by MinuteView. If the server cannot reach these domains, authentication and data operations will fail.
https://portal.azure.comMinuteView Dynamics 365 IntegrationFrom the app's Overview page, note:
MinuteView Integration| Field | Description | Example |
|---|---|---|
| Name | A descriptive name for this service account | Dynamics365-Production |
| Service Account Type | Select Microsoft Dynamics 365 from the dropdown | |
| Server URL | The URL of your Dynamics 365 instance | https://yourorg.crm.dynamics.com |
| Tenant ID | Your Azure AD Directory (tenant) ID | 87654321-4321-4321-4321-210987654321 |
| Client ID | The Application (client) ID from your Azure app registration | 12345678-1234-1234-1234-123456789012 |
| Client Secret | The client secret value from Azure | (sensitive — stored securely) |
Connection error / "Failed to retrieve authentication token"
Unauthorized / Access Denied
Invalid Client or Tenant