Deeplink from any mobile app to Microsoft Dynamics 365 Mobile Client Application (MoCA)
You get an e-mail with a notification and need to make some actions in your Dynamics CRM Mobile Client for Tablets or Mobile Phone.
Now - using this construct you can place link in e-mails or from push notifications to open a specific record from within Microsoft Dynamics 365.
The construct of the link is:
ms-dynamicsxrm://?pagetype=&etn=&id=
Where pagetype could be entity, dashboard, view or create
ent is the entitymetadat logical name
and id is the unique identifier for the pagetype parameter.
Example for an account is:
ms-dynamicsxrm://?pagetype=entity&etn=account&id=91330924-802A-4B0D-A900-34FD9D790829
You can test it on your laptop if you have MoCA installed. Simple run the command (windows+R) in the example above.
Read more here.
No comments:
Post a Comment