Wednesday, 30 September 2009

setup a secondary sort

Changing CRM’s Customization Navigation

JavaScript: Get a value from a parent form

Using the New CRM Visual Studio Templates

JavaScript: Working with Dates Returned from Web Service Calls

Using the Form OnSave Event

Monitoring your AsyncOperationsBase Table

Changing a Checkbox Attribute’s Functionality

Workflow: How to Determine the error state of a System Job

CRM built-in SQL functions

Tuesday, 1 September 2009

Using Complex Data Mapping in Data Import

Developer Ramp up Kit for Microsoft Dynamics CRM 4.0

Subjects

Subjects are just lookups. use the same techniques

Each subject can be refered to by id which is the objects GUID

alert(crmForm.all.subjectid.DataValue[0].id);
alert(crmForm.all.subjectid.DataValue[0].name);
alert(crmForm.all.subjectid.DataValue[0].typename);