Hi, in a Dynamics CRM 2016 OnPremise (ADFS and IFD have already been implemented) we have a form which collects latitude and longitude values while being executed in the Dynamics 365 mobile app and it store them in a custom entity. It works fine and values are correctly saved in their fields. Based on those values, we internally build an URL so it points to a Google Maps static map and store the URL itself in a field on the form. If you click on it, the map and the location is correctly displayed in an Internet browser.
Now, our customer is requesting to create a Note in each record with the static map image (the one you can access clicking on the URL field) as an attachment. This process needs to be performed as the final step of the process (1: collect the coordinates, 2: create the URL 3: create the note with the attachment) of creating, updating the record in the custom entity. Users of the mobile app will only have Internet access in their mobile devices and not at their workplace desktops.
Do you have an idea if this is possible? Because of the requirement I assume a plugin need to be developed and in this case I would appreciate your help point me to some code I can analyze.
Regards,
Xavier
*This post is locked for comments