Re: Capture location in Model Driven App
Hi @Anonymous,
Do you mean is it possible to get the current location of the device using the app? If so, yes it is possible but only on a mobile device. It requires using JavaScript via the Xrm.Device.getCurrentPosition() function.
Also, you can use a Custom Page in your model-driven app which gives you access to the Canvas App functionality.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.