New Plugin Messages made available by Microsoft in Dynamics CRM 4.0

Execute: The execute event always gets fired when you open the views. Like from Main application view, lookup view, Advanced search view etc. (but not from associated views).While registering this event, no primary entity name is required.Input parameter: fetchxml – The fetchXML query sent.Output parameter: fetchxmlresult – The resultant records of the fetchXML query Retrieve:… Read More: New Plugin Messages made available by Microsoft in Dynamics CRM… »

How to use the Duplicate Detection Feature of CRM

CRM 4.0 provides a facility to detect duplicate records with same attribute value. To enable the duplicate detection you have to create a duplicate rule. To create duplicate rule GoTo ->Settings->Data Management->Duplicate Detection Rule->New. Then you will get below window. In above screen shot The fields which are covered with red rectangle are as follows… Read More: How to use the Duplicate Detection Feature of CRM »

List of Events available to trap in Scripts when saving a Dynamics CRM Form

CRM 3.0 has limited event detection made available using scripting. However It is now possible to detect which user action was performed to Save the form using the event.Mode property in the OnSave event. You can gain more detailed information about the user actions in the OnSave event by referencing the event.Mode values. These values… Read More: List of Events available to trap in Scripts when saving… »