Hi,
In the old Dynamics CRM interface when we pass the below items, it used to open the CONTACT record directly in the browser.
http://myorg.crm.dynamics.com/CRMReports/viewer/drillopen.aspx?LogicalName=contact&ID={RECORD GUID}
Now in UNIFIED INTERFACE, we have multiple apps and I would like to always open the record in only one APP. I tried passing the APPID as below but no luck with it. The browser is always considering the last opened APP (If the user didnt make any APP selection, it just opens the record with no navigation in it)
http://myorg.crm.dynamics.com/CRMReports/viewer/drillopen.aspx?appid=***********&LogicalName=contact&ID={RECORD GUID}
Please advise how this can be achieved?
Thanks