Levelup-for-Dynamics-CRM
Levelup-for-Dynamics-CRM copied to clipboard
Request for change
Hi mate. I love the tool you have built here. This is very helpful.
Our D365 instance has about 15 Model Driven Apps. Not all users have access to all of them, but most users have access, one way or another, to the same tables. It is the level of access that changes.
We use different MDA to remove the 'noise' from the user's interface by omitting what they do not need to do their jobs.
Currently, I do not use the [RECORD URL] function. This is because it is quicker to ALT+A then CTRL+C. However, if you provided a Record URL option that omitted the APPID parameter, we would use it all the time. Removing the APPID parameter means the user can open the linked record in whatever MDA they use by default.
Current URL produced includes appid param
https://etco.crm6.dynamics.com/main.aspx?appid=AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA&etn=table_name&id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&pagetype=entityrecord
Proposed URL omits appid param
https://etco.crm6.dynamics.com/main.aspx?etn=table_name&id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&pagetype=entityrecord