function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NaveenReddyNaveenReddy 

Master detail relationship is not achied with import wizard.

Hi,
I have a custom object which contains a master detail relationship.
When I try to update records using import wizard the records are not updating ,showing 0 records updated though i used 1 digit id to update this..

Plz clarify me the below queris.

1)can we update master detail relationship with import wizard.

2)What is the main difference between import wizard and data loader other than number of records they handle.

3)what i sthe diff between Data Import WizardBETA and Import Custom Objects under Data Management.

Thanks,
Naveen

Abhi_TripathiAbhi_Tripathi

Hi,

Here is your solution

 

1)can we update master detail relationship with import wizard.

Yes we can, that look-up created on child object, when you assign the Id (Parent Records Id) to that field, then that object will be updated as child object.



2)What is the main difference between import wizard and data loader other than number of records they handle.

There is not alot but dataloader uses auto Mapping which is easy and fast way to update data, but wizard is not that fast you need to map fields manually one by one sometimes.

3)what i sthe diff between Data Import WizardBETA and Import Custom Objects under Data Management.

Import wizard beta is used only to import you data to salesforce and you cannot map your fields in that.