Client-side scripting in Microsoft CRM 3.0
In addition to a greatly revamped server programming model, Microsoft CRM 3.0 now offers a strong client-side model to allow developers to tap into the following events:
Form onLoad
Form onSave
Field onChange
By using these three client events to fire custom javascript code on the forms, the customizations possibilities in Microsoft CRM 3.0 expand exponentially. To help illustrate this, Sonoma posted an example of using the form onLoad event to alter field values before the user loads a form.
Source: Sonoma Partners
Form onLoad
Form onSave
Field onChange
By using these three client events to fire custom javascript code on the forms, the customizations possibilities in Microsoft CRM 3.0 expand exponentially. To help illustrate this, Sonoma posted an example of using the form onLoad event to alter field values before the user loads a form.
Source: Sonoma Partners
<< Home