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
kamrankamran 

Data Loader for multiple objects

Hi there,

 

It may sound like childish but I have never used DataLoader with CLI, I have arequirement where I have to 

insert records in ObjectA, and then in ObjectB, I know its not possible via Dataloader in one shot

 

Is there any way using CLI where DL does it for me in batch process???

 

Any other workaround???

 

 

Regards

-kamran

Message Edited by kamran on 01-27-2009 12:14 PM
HaydenMuhlHaydenMuhl

Have you considered using a batch file (i.e. .bat file) or something like VBScript?