| Certification Exam Name | Code | Reference Link |
| Microsoft Dynamics™ CRM 4.0 Customization and Configuration | MB2-631 | http://www.microsoft.com/learning/ en/us/exams/dynamics/631.mspx |
| Microsoft Dynamics™ CRM 4.0 Applications | MB2-632 | http://www.microsoft.com/learning/ en/us/exams/dynamics/632.mspx |
| Microsoft Dynamics CRM 4.0 Installation and Deployment | MB2-633 | http://www.microsoft.com/learning/ en/us/exams/dynamics/633.mspx |
| Microsoft Dynamics CRM 4.0 Extending Microsoft Dynamics | MB2-634 | http://www.microsoft.com/learning/ en/us/Exams/MB2-634.aspx |
| After clearing any one above listed paper you will get “Microsoft Certified Business Management Solutions Specialist for Microsoft Dynamics CRM” Title. | ||
| If clear two core certification exams and two elective exams. You will get “Microsoft Certified Business Management Solutions Professional Developer for Microsoft Dynamics CRM” Title. | ||
| Core Certification Exam Name | Code | Reference Link |
| Microsoft Dynamics™ CRM 4.0 Customization and Configuration | MB2-631 | http://www.microsoft.com/learning/ en/us/exams/dynamics/631.mspx |
| Extending Microsoft Dynamics CRM 3.0 | MB2-498 | http://www.microsoft.com/learning/ en/us/exams/dynamics/498.mspx |
| Elective Certification Exam Name | Code | Reference Link |
| Microsoft Dynamics™ CRM 4.0 Applications | MB2-632 | http://www.microsoft.com/learning/ en/us/exams/dynamics/632.mspx |
| Microsoft .NET Framework, Application Development Foundation | 70-536 | http://www.microsoft.com/learning/ en/us/exams/70-536.aspx |
| Developing and Implementing Windows-Based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET | 70-306 | http://www.microsoft.com/learning/ en/us/exams/70-306.mspx |
| OR | ||
| Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET | 70-316 | http://www.microsoft.com/learning/ en/us/exams/70-316.mspx |
| Microsoft .NET Framework 2.0 – Distributed Application Development | 70-529 | http://www.microsoft.com/learning/ en/us/exams/70-529.mspx |
| OR | ||
| Microsoft .NET Framework 3.5 – Windows Communication Foundation Application Development | 70-503 | http://www.microsoft.com/learning/ en/us/exams/70-503.mspx |
| Microsoft .NET Framework 2.0 – Web-based Client Development | 70-528 | http://www.microsoft.com/learning/ en/us/exams/70-528.mspx |
| Microsoft .NET Framework 2.0 – Windows-based Client Development | 70-526 | http://www.microsoft.com/learning/ en/us/exams/70-526.mspx |
Archive for June 15th, 2009
Certification track
Posted by nitindhawan on June 15, 2009
Posted in Certification | Tagged: Microsoft Dynamics crm 4.0 certification | Leave a Comment »
Insurance Case Studies
Posted by nitindhawan on June 15, 2009
| Asia Insurance Case Studies | Insurance may be described as a social device to reduce or eliminate risk of life and property. Under the plan of insurance, a large number of people associate themselves by sharing risk, attached to individual. The risk, which can be insured against include fire, the peril of sea, death, incident, & burglary. Any risk contingent upon these may be insured against at a premium commensurate with the risk involved. Insurance is actually a contract between 2 parties whereby one party called insurer undertakes in exchange for a fixed sum called premium to pay the other party happening of a certain event. Insurance is a contract whereby, in return for the payment of premium by the insured, the insurers pay the financial losses suffered by the insured as a result of the occurrence of unforeseen events. With the help of Insurance, large number of people exposed to a similar risk make contributions to a common fund out of which the losses suffered by the unfortunate few, due to accidental events, are made good. Download Asia Popular Case Studies |
Posted in Case Studies | Tagged: Insurance Case Studies | Leave a Comment »
MSCRM Books
Posted by nitindhawan on June 15, 2009
Customer Relationship Management - An Overview
CRM As a Rapid Application Platform
Microsoft Dynamics CRM 4.0 Unleashed
Microsoft® Dynamics(TM) CRM 4.0 Step by Step
Working with Microsoft Dynamics CRM 4.0, Second Edition
Programming Microsoft Dynamics® CRM 4.0
Building Workflows in Microsoft Dynamics CRM 4.0, Second Edition
Posted in Books | Tagged: Building Workflows in Microsoft Dynamics CRM 4.0, CRM As a Rapid Application Platform, Customer Relationship Management - An Overview, Microsoft CRM 4.0 Handbook, Microsoft Dynamics CRM 4.0 Books, Microsoft Dynamics CRM 4.0 Unleashed, Microsoft® Dynamics(TM) CRM 4.0 Step by Step, MSCRM Books, Programming Microsoft Dynamics® CRM 4.0, Second Edition, Working with Microsoft Dynamics CRM 4.0 | Leave a Comment »
Set a Lookup Value
Posted by nitindhawan on June 15, 2009
Set a lookup to NULL on Server side
Entity.Lookup = new Lookup();
Entity.Lookup.IsNull = true;
Entity.Lookup.IsNullSpecified = true;
Set a lookup to NULL on Server side
crmForm.all.lookupschemaname.DataValue = null;
Posted in Code Gallery | Tagged: Microsoft Dynamics CRM Set a Lookup Value, MSCRM Set a Lookup Value, Set a Lookup Value in mscrm | Leave a Comment »