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
rajdevrajdev 

How to Create a "record" under custom object.

i am building a web application to update a custom object.
 
now i am creating a record manually under the custom object and providing the record id to the update call. The update for the custom Fields under this record are success.
 
can we able to create a new record from the update or create call under the custom object?
 
i checked the developer docs and couldn't find any info on create record. If any one got any info on this please forward the documentation if any.
 
your help will be much appreciated
 
thanks
-Raj