When using the ‘Share Email link’ or ‘Copy link’ function, the APP ID is always part of the URL. This causes a problem if the recipient of the link uses a different APP and does not have authorisation for the APP from which the link was generated.
Suggested improvement:
Remove the APP ID from the URL.
Example:
Currently:
https://xxx.crm.dynamics.com/main.aspx? appid=3469c9a8-46bc-473b-b4c6-99c4fb52a73a&forceUCI=1&newWindow=true&pagetype=entityrecord&etn=account&id=40255924-db01-ed11-82e5-000d3aae9a9c& lid=1771333666305
Much better:
https://xxx.crm.dynamics.com/main.aspx? appid=3469c9a8-46bc-473b-b4c6-99c4fb52a73a&forceUCI=1&newWindow=true&pagetype=entityrecord&etn=account&id=40255924-db01-ed11-82e5-000d3aae9a9c& lid=1771333666305
