As mentioned in CRM Sdk, below is the major differences between Data Migration and Data Import. Data migration and data import use common entity model and messages. However, there are some important differences in the feature sets of the two operations as shown in the following table. Feature Data Migration Data Import Import data into [...]
Archive for December, 2010
Differences between Data Migration and Data Import
Posted: December 8, 2010 in CRM 2011, CRM5, Microsoft Dynamics CRMTags: CRM, Data Import, Data Migration Manager
2
Populate Lookup value on selection of another Lookup
Posted: December 8, 2010 in CRM 2011, CRM5, Lookup, Microsoft Dynamics CRMTags: Ajax, CRM, Dynamics Lookup, Lookup, WebService
Step 1. Step 2. Step 3. Let me explain the scenario… Suppose we have City Lookup on Lead entity and we want to populate Region (Lookup), State (Lookup) and Zone (Lookup) on selection of particular City from City Lookup. You need to write below code on OnChange event of City Lookup field. if(crmForm.all.new_cityid.DataValue !=null) { [...]

