By default auto save is configured on for forms in Dynamics CRM 2013. Users no longer need to click a save button and changes are saved automatically every 30 seconds or when the users navigates away. The save button does […]
Prior to Dynamics 2013 each entity mapped onto two SQL Server tables. One was the base table and the other was an extension table. The base table contained all the system fields while the extension contained the user defined fields. […]
Business rules were introduced in Dynamics 2013 to make it easier to write logic to control the appearance and values of fields on an entity form. Using business rules prevents you having to write JavaScript for simple UI logic such […]
Dynamics 2013 has now added support for left outer joins in FetchXML. So you can now easily do queries like get all the accounts with no contacts. <fetch version=”1.0″ output-format=”xml-platform” mapping=”logical” distinct=”false”> <entity name=”account”> <attribute name=”name” /> <link-entity name=”contact” from=”parentcustomerid” […]
If you register for a Dynamics CRM trial in Ireland you will now get provisioned with the 2013 release which is significantly different from the 2011 version. There have been major improvements in the user interface in Dynamics CRM 2013. Microsoft […]