Disclaimer: Feel free to cringe violently when you read this. Try to find another approach if you can. This implementation feels "dirty".
If you open Dynamics CRM 2011/2013/2015/2017/2019 [this article has been future proofed (tm)] in...
Recently there have been two posts over at the brilliant Dynamics CRM Tip of the Day site regarding opening an entity by ID.
Tip #321: Find a record using ID http://crmtipoftheday.com/2015/02/11/find-a-record-using-id/
Tip #324: Open a record...
Description of Error
Since CRM 2013 launched, subgrid pagination controls have been buggy. One of the ones that have stuck around for a long time is the disappearing subgrid control when you hit the last page. The issue seems to be a logic bug ...
Microsoft support blog has posted some information on upcoming patches to address the showModalDialog issues in Chrome, and have in the same post pretty much confirmed Dynamics CRM 2013 SP1 UR3 and Dynamics CRM 2015 UR1 will arrive in April 2015...
Thanks to my friend Martin for this tip, I missed this CRM in the Field blog post.
I have been using LINQPad for years (see my post here for more info on usage) - big kudos to Joseph Albahari for bringing a fantastic C# scratch pad to the world...
I think this is unsupported as it is not documented (aka subject to change), but if you need to navigate directly to the multi entity search result page, use the following URL with the text parameter.
https://MyOrgName.crm.dynamics.com/MultiEn...
I needed a way to monitor the output of the Dynamics CRM trace log file and stupidly went GoogleBing-ing for a "tail" equivalent application for Windows. I should have known to turn to trusted PowerShell!
Get the last 10 lines of a lo...
Last year I posted a few bookmarklets that would help you quickly navigate around Dynamics CRM 2013 and do things like extracting the entity ID quickly when on an entity form, jumping straight to the solutions page etc. I have added a couple of ...