onurmenal / crm-power-pane

The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM application .
MIT License
69 stars 25 forks source link

Record URL button does not create link in context of current App #104

Open james-reinhardt opened 4 years ago

james-reinhardt commented 4 years ago

:bug: Describe the bug Clicking the Record URL button creates a link for the main (non app version) rather than a link to the record in the current app.

For example, the 'Record URL' generates the following URL: https://ORGANIZATION.crm.dynamics.com/main.aspx?etn=incident&id={566F08EE-2795-EA11-A811-000D3A1029AC}&pagetype=entityrecord

The record URL in the context of the current app is: https://ORGANIZATION.crm.dynamics.com/main.aspx?appid=a96b9fae-b21a-e911-a843-000d3a5377b9&pagetype=entityrecord&etn=incident&id=566f08ee-2795-ea11-a811-000d3a1029ac

The "Go to Create Form" button works correctly, as it opens in the context of the current app.

onurmenal commented 4 years ago

Hii @james-reinhardt, We will also add application record url information to 'Record Url' action. After the this changes, it will provide record url for without application and with application. In this way you can send main record url to users which has no access your current application or you can send application record url to users which has access to your current application. Thank you for your feedback.

onurmenal commented 4 years ago

Application record url has been added to 'Record Url' action with #108 image