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
AnicheAniche 

Mapping SDL file.

Hi,
 
In a lookup relationship i am using the following syntax to populate the foreign key through Dataloader.
We are using the following syntax in .sdl file
 
ACCOUNT_ID=Account\:XPD2_Id__c
 
 
Is it possible to use similar/same syntax while loading data in the detail object of a Master - Detail Relationship??
 
Thanks,
Anish
 
RickyGRickyG
Anish -

You should be able to use the same syntax for a master-detail relationship as you do for a lookup relationship.

Hope this helps.