Before you begin
This integration uses ExFlow in Dynamics 365 Finance. Ask your administrator to confirm that ExFlow invoices and documents are available through the API. You will need four details:Connect in Watchdog
- Open Integrations → Microsoft Dynamics 365 Finance and add a connection.
- Enter the details from your administrator.
- Select Test Connection, then save the connection.
For the Finance administrator
Create the app registration
- Open the Azure portal and go to App registrations → New registration.
- Create an app for Watchdog and copy the Application (client) ID and Directory (tenant) ID.
- Create a client secret under Certificates & secrets.
- Copy the secret’s Value immediately. Watchdog needs the value, not the secret’s ID.
Grant access in Finance
- Create or select a dedicated service user for Watchdog.
- Grant the user Data Services read access to
ExFlow_InvoiceHeadersandBusinessDocumentDocuRefs. - Open System administration → Setup → Microsoft Entra applications.
- Register the client ID and link it to the service user.
client_credentials authentication. The service user does not need permission to change, approve, or delete invoices.
See Microsoft’s Finance service-access guide. ExFlow access must be confirmed for your installation.