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…

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….

15 Aug
2012

The following javascript code can be added to lookups in order to get more data from related records. So lets create a function that takes the lookup value and then queries the CRM. In this example below we have a lookup to a project record from an entity called Timeslips. function GetProjectInfo() { //Getting the…

24 Jul
2012

Occasionally you will get the request from either a client or a user to help with a simple method of being able to duplicate a record but changing only maybe one or two fields . This is the perfect opportunity to use dialogs and also to use the newly added dialog lookup feature. In our…