Access Subgrids in CRM 2013 OnLoad Event

A current project contains a form with a variable number of tabs. Each tab contains a subgrid. It is unlikely that more than 50% of the subgrids will have rows. Displaying the empty tabs creates a sub-optimal user experience that requires considerable scrolling….

Performing an XPath Query on an XPath

True, it sounds a bit odd. Let me explain. Using recursion we construct a nested set of objects. These objects are eventually translated into XML. This XML file is translated using an XSL template into a formatted report. Early in the development process we realized…