by Chris Scott | Oct 27, 2015 | Blog, Microsoft Dynamics CRM and Salesforce.com
Microsoft Dynamics CRM and Salesforce both offer proprietary languages to query the respective platform’s databases. In this post, I will provide a comparison of FetchXML (Microsoft) and SOQL (Salesforce) and how they relate to Transact SQL (T-SQL, Microsoft’s…
by Michael Philbrick | May 14, 2014 | Blog
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…