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
nareshnaresh 

How o create a multiple objects at a time???

How o create a multiple objects at a time???  


Thanks in advance.
Nagarjuna ReddyNagarjuna Reddy
Hello Naresh!

I guess you can create multiple objects at a time by using API programming.

Cheers!
Nagarjuna
EnreecoEnreeco
You can use SOAP API, REST API and APEX, it depends by your needs
YuchenYuchen
You can use either Trigger or Apex Class to insert multiple objects at once. You can also use "Execute Anonymous" to do it.