Tag Archives: Scripting

CRM 4 to CRM 2011 Upgrade.

Recently we tried to upgrade a highly customized CRM 4 install to CRM 2011 and thought it would be worthwhile to list out our findings for the benefit for all. CRM 2011 supports both in-place upgrade as well as a fresh CRM 2011 install with a later CRM 4.0 organization import into CRM 2011. We… Read More: CRM 4 to CRM 2011 Upgrade. »

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