Select theme:
Radzen applications can consume data from Microsoft Dynamics CRM 365.
Enable JavaScript access to your Microsoft Dynamics application by following the official guide.
Please be aware that this guide is a bit outdated - for example Client ID is now Application ID and Sign On URL is now Reply URL.
Copy the Application ID (as it is needed later) and set http://localhost:8000
as Reply URL.
Here is how a working configuration should look like in the Azure Active Directory portal:
https://xxx.crm4.dynamics.com/api/data/v8.2
(where xxx
is your application name).https://login.microsoftonline.com/xxx.onmicrosoft.com/oauth2/authorize
.resource
and value the url of your dynamics app e.g. https://xxx.crm4.dynamics.com
Here is what how a sample configuration should look like.
Click the Next button. Radzen will open a login dialog where you need to enter valid credentials that have access to your Microsoft Dynamics application. If log in is successful and JavaScript access is enabled Radzen will infer the Dynamics metadata.
You can now use the Dynamics API as a Radzen data source. For example you can data-bind a DataGrid component!
Run the application. It will ask you to login and then display the requested data.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: