19 Nov
2012

Office 2013 looks at first glance just like Office 2010 so the question that many ask is why bother with the upgrade? There are a number of changes and one really important new feature in Word 2013. Here is the reason. In Word 2013 you can open and edit PDF files. This is a really…

2 Oct
2012

A response from an OData query may give back a money value that you would like to put into a field on a CRM 2011 form. So to call and retrieve data from another entity using OData take a look here. In the response section of code you will need to manipulate the value that…

12 Sep
2012

A question that is frequently asked about Microsoft Dynamics CRM 2011 is whether to host On Premise or in the Cloud, known as Dynamics CRM 2011 Online. There are technical and functional differences between the two options, there are business factors to consider and finally there is the cost difference to consider. These areas cover…

11 Sep
2012

A good IT Governance Plan is critical to the success of any organisation but with SharePoint the approach to governance differs from the traditional approach to IT Governance. SharePoint is a powerful tool. It provides knowledge workers with tools to create, share and manage information. Good SharePoint governance attempts to balance these freedoms against the…

30 Aug
2012

Recently we needed to access an entity records data within a Delete plugin step in order to delete other related data. The steps involved are slightly different from a create or update but also the step will need to be registered as “pre-operation”. So normally we would access the entity by using the following code….