Posts categorized 'Microsoft CRM JScript'
Dynamic Picklist - Sub Industry based on Industry aka Cascading Picklists in Microsoft CRM
This contains sample code that demonstrates how to implement dynamic picklists on a custom entity. It creates a custom entity named “Dynamic Picklist Test” that contains Industry and Sub-Industry picklist fields. When a value for Industry is selected, the values in the Sub-Industry picklist field are...
Continue reading "Dynamic Picklist - Sub Industry based on Industry aka Cascading Picklists in Microsoft CRM"
Dynamic Required Fields - Using JScript for CRM 3.0
During a customer, sales or service lifecycle, requirements for data entry can change as a customer goes from being a prospect to a customer, from a cold opportunity to a hot opportunity, from a inquiry case to a system down case. Using Jscript and a few minutes, here is a sample script that will allow...
Continue reading "Dynamic Required Fields - Using JScript for CRM 3.0"
Fun with JScript and OnLoad - Phone Numbers...
Here is the script for formatting the phone numbers in Microsoft CRM. In this example, new_contact phone is a custom field, but it can work on any Field... Field Events - OnChange The OnChange event is fired when the data in a form field has changed and focus is lost. The Microsoft CRM 3.0 application...
Continue reading "Fun with JScript and OnLoad - Phone Numbers..."
Fun with JScript and OnLoad
Microsoft CRM has always had the ability to use JScript on forms. In 1.x, you where limited to a subset of field types. In 3.0, all of the fields have the OnChange event (so if you change the value of the field, the script is triggered.) In addition, the actual CRM Form has two new events added for version...
Continue reading "Fun with JScript and OnLoad"
