I have created a custom settings page that looks nearly identical to the Settings->Administration page. I have a sitemap item to display this custom page.
For some of the custom items, I want the link to redirect to the default CRM grid on a particular entity. This would ideally work similarly to Settings->Administration->Teams page. ie. Redirection to the CRM grid and the panel's title changes.
Currently, I am redirecting to a url which opens the grid fine. http://{server}/{orgName}/_root/homepage.aspx?etc={entityTypeCode}&viewid={viewId}
The only problem is that the title of the page remains as the sitemap item name. And I am unsure how to change the name of the title.
Does anyone know how I could redirect to a default crm grid and also set the panel's title.