You can link directly to a Dynamics CRM view or record by formatting your URL like this:
https://<domain>/<org>/main.aspx?etn=account&pagetype=entitylist&viewid=%7bb210XXX63-BXCA-X731-81F5-93XXXXXX8301%7d&cmdbar=true&web=true&navbar=on
These are the parameters at play here:
- https://<domain>/<org>/main.aspx
- ?etn=account (entity)
- &pagetype=entitylist (or entityrecord)
- &viewid=%7b210XXX63-BXCA-X731-81F5-93XXXXXX8301%7d (%7b is escaped “{” and %7d is escaped “}”)
- &cmdbar=true (this is the bar that starts with “+ New”)
- &web=true (this makes sure the navigation bar will show)
- &navbar=on (the navigation bar)
Note: If you want to find the viewid, go to your CRM record or view, click “Email a link” and then “of Current View”, then find the viewid in the link.
For more information, see MSDN article Open forms, views, dialogs, and reports with a URL
No comment yet, add your voice below!