Monthly Archives: February 2013

How to use FetchXML to retrieve entities in Dynamics CRM 2011.

FetchXML is query language based on a schema that describes the capabilities of the language. The FetchXML language supports similar query capabilities as query expression. It is used primarily as a serialized form of query expression, used to save a … Continue reading

Posted in MS CRM 2011 | Tagged , | 1 Comment

How to calculate current age from Date of Birth using Javascript in Dynamics CRM 2011

To calculate current age from date of birth using javascript in dynamics crm 2011 follow below: Checking month difference if it is 0 simply subtract the birth year from current year. If it is negative value simply subtract the birth … Continue reading

Posted in MS CRM 2011 | Tagged , , | Leave a comment