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
CloudStrickerCloudStricker 

Data Loading into Related Objects using Command Prompt

Hi Experts,

 

Can anyone clarify me is it possible to automate dataloading of records into related objects (like Account and Opportunity) at a time using Command Line.

 

If it is Possible, Kindly suggest How it can be achieved.

 

Problem:

 

1.Need to Create a new Account

2.Need to create an opportunity for that  Account

 

All of this have to be completed at a same time.

Sumit KumarSumit Kumar

Yes it is possible to load data into multiple records.

 

try this link

http://apsona.com/pages/sfdc/doc/multiple-object-import.html

CloudStrickerCloudStricker

 

Hi Sumit,

 

Thanks for your reply.

 

But I want to complete this in one go...... As like batch Upload, So that I can Schedule the process when needed.

 

Is that possible using command line?