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
Mel LisauMel Lisau 

What is the lifecycle for creating entities in Salesforce ?

If i want to creat an Account withe Name lest say "TestAcct1" , how many api calls are made to api to create it ? Does it check existence and if there then update , thats 2 already .
I was after the lifecycle for creating entitites. 
I have a scenario where 1 Account has 50 Contacts and if i wanted to create that then would it do check for existence , update and so on that would make over 100 calls to the api . 
Is there a quicker way to do this ?