Showing posts with label Dynamics CRM 2011 JScript Entity Record Saved Event Mode. Show all posts
Showing posts with label Dynamics CRM 2011 JScript Entity Record Saved Event Mode. Show all posts

Saturday, August 6, 2011

Dynamics CRM 2011 : Perform JScript Validations on Entity Form Before Execution of Special Events


In many development scenarios there is a requirement to perform Jscript validations on entity form before the execution of special events by clicking on the entity form buttons i.e. Activate, Deactivate, Lead Qualify, Resolve Case, Cancel Case  etc. You can use the step by step guidelines below to overcome this scenario. You may also reffer to the table at bottom of this guide for a list of record saved event model values.

[Instructions]

1. Create a new JScript web resource or you can use existing JScript web resource, copy the following Jscript code in the web resource. Make sure to replace <Value> in code line wod_SaveEventVal = <Value>; with the event mode value as per required. For record saved event model values you can refer to the table at the bottom of the guide.