Distance Calculation for Microsoft D365 with Azure
pateikė Alphavima Technologies Inc.
Automate Distance Calculation with Azure for Dynamics 365 and integrate with Bing Maps
This project uses REST APIs to convert addresses into geographic coordinates (geocoding) and then compute the road distance between them using the Azure Route API. The calculation is triggered automatically when a user updates a job site address within the CRM form. The implementation is written in JavaScript and integrates with CRM forms via custom web resources. The system fetches the MS Maps subscription key dynamically using environment variables if not provided directly.
Tool Objectives -
Automate distance calculation between two addresses within Dynamics CRM.
Improve accuracy and consistency of distance-based data.
Reduce manual effort and potential for human error in estimating travel distances.
Provide a scalable and reusable utility for various CRM workflows.