Create and configure cloud service for Microsoft Dynamics
Last update: May 14, 2024
- Topics:
- Adaptive Forms
- Integrations
CREATED FOR:
- Beginner
- Intermediate
- Developer
The following video walks you through the steps to create cloud services configuration to connect with Microsoft Dynamics.

Transcript
To connect or configure AM forms with Microsoft Dynamics, we need to get hold of certain properties. Some of these properties would be specific to your instance of Microsoft Dynamics and some of them would be common. For instance, the auth URL, refresh token URL, authorization scope, these will be the same irrespective of your instance. So to get hold of the resource and the service route, you need to log into your Microsoft Dynamics instance here. So this is my instance. The domain name is going to be your resource, and the service route will be the path to the API. So in my case, this is the domain name followed by slash API slash data slash version 9.2. So at the time of creating this video, version 9.2 was the latest one. So those are the two properties that you need. The other two properties we need are the client secret and the client ID. To get those, just to recap, you go into your Azure portal, go into the Azure Active Directory, go into the app registrations, click on the app that was registered here, and here is the application client ID. To get the secret here, we go in and these are the two client secrets that I have created. You can use either of those two values. The other properties that we need are going to be the same, auth URL, refresh token URL, access token URL, authorization scope, and authorization header. Now that we have these values, we are ready to connect AEM Forms with Microsoft Dynamics. The first step in integrating AEM Forms Cloud Service with Microsoft Dynamics is to create a Cloud Services configuration. To do that, I have logged into my AEM Forms Cloud Services instance, go into the tools menu, and I’m going to create a folder that will hold our Cloud Services configuration here. I’m going to click on Configuration Browser and create a new folder. I’m going to call it Microsoft. Make sure you select Cloud Configurations here option, and click on Create. Now that the folder is created, I’m going to create our Cloud Services configuration in that particular folder. I’m going to go back to my Experience Manager, Tools, then go to Cloud Services, and I’m going to click on Data Sources, and select the folder that we created earlier called Microsoft here, and click on Create. Here, give a meaningful name here, call it Microsoft Dynamics. The service type for Microsoft Dynamics is going to be OAuth2.0 and these are the values that we need to specify. We already have these values, all we need to specify is OAuth2.0. All we need to do is simply copy and paste these values from here. The client ID is going to be this. Client secret is going to be this value. OAuth URL is this. The refresh token is going to be this value. Authorization token is going to be this. Authorization scope is open ID. Where is that? The resource is going to be, we need to get it from our file here, so the resource is this. Those are the values there, and now click on Connect to OAuth. It’s asked me to log in here because I’ve already logged in here. Skip now. It asks you this, so I can say consent on behalf of your organization. Click on Accept. It is successfully, authentication was successful, and make sure you click on Create to create your Cloud services configuration. This is our Cloud services configuration. In the next video, we will create a form data model based on this Cloud services configuration.
Previous pageCreate Dynamics Application
Next pageCreate Form Data Model
Experience Manager
- Overview
- Playlists
- Introduction to AEM as a Cloud Service
- Experience Cloud integrations
- Underlying Technology
- Edge Delivery Services
- Cloud Manager
- Local Development Environment Setup
- Developing
- Debugging AEM
- AEM APIs
- Content Delivery
- Caching
- Accessing AEM
- Authentication
- Advanced Networking
- Security
- AEM Eventing
- Migration
- Content Transfer Tool
- Bulk Import of assets
- Moving to AEM as a Cloud Service
- Cloud Acceleration Manager
- Content Fragments
- Forms
- Developing for Forms as a Cloud Service
- 1 - Getting started
- 2 - Install IntelliJ
- 3 - Setup Git
- 4 - Sync IntelliJ with AEM
- 5 - Build a form
- 6 - Custom Submit Handler
- 7 - Registering servlet using resource type
- 8 - Enable Forms Portal Components
- 9 - Include Cloud Services and FDM
- 10 - Context aware cloud configuration
- 11 - Push to Cloud Manager
- 12 - Deploy to development environment
- 13 - Updating maven archetype
- Create Adaptive Form
- Custom submit service with headless form
- Create address block component
- Create clickable image component
- AEM Forms and Analytics
- Creating Countries Dropdown Component
- Creating Button Variations
- Using vertical tabs
- Using output and forms service
- Document Generation in AEM Forms CS
- Using Forms Document Services API
- Document Generation using Batch API
- PDF Manipulation in Forms CS
- Integrate with Marketo
- Store Form Submissions with Blob Index Tags
- Prefill core component based form
- Azure Portal Storage
- Save and Resume form filling
- Create Review Workflow
- Acrobat Sign with AEM Forms
- Integrate with Microsoft Power Automate
- Integrate with Microsoft Dynamics
- Integrate with Salesforce
- Store form submissions in one drive and sharepoint
- Developing for Forms as a Cloud Service
- Asset Compute Extensibility
- Multi-step Tutorials
- Expert Resources