Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 2.23 KB

File metadata and controls

70 lines (38 loc) · 2.23 KB

Installation

First, download the files from the Releases.

Dynamics 365

  1. Go to Settings > Solutions, click Import.

  2. Follow the prompts to import the VersionChecker_X_X_X_X_managed.zip file.

  3. After the solution is imported, open it up.

  4. Go to the Configuration page, set the username/password, and click Submit.

  5. Open the Check Version process and activate it.

Azure AD

  1. Open Azure Active Directory from the Azure Portal.

  2. Open App registrations.

  3. Click the link to add a new application registration.

  4. After the application registration is created, copy the Application ID. You will use this as the Client ID.

  5. Click Settings.

  6. Click Reply URLs, add the wildcard Reply URL used by Flow, then click Save.

  7. Add a required permission for Dynamics CRM Online. After choosing the delegated permission, click Select, and then click Done.

  8. Add a new key. After saving, copy the generated Value. You will use this as the Client Secret below.

Flow

  1. Create the connector by importing the OpenAPI file.

  2. After the import, replace the Host with your Dynamics 365 host.

  3. Next, configure Security. Use the Client ID/Secret from the app registration above. Also replace the Resource URL.

  4. Click on the Test link, then click Create Connector.

  5. Create a new connection.

  6. After logging in, you will be asked to consent to the permissions.

  7. Finally, test the API call.
    You may get an error stating that the operation is being provisioned. Wait approximately 30 minutes and try again.