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
Pat WimsattPat Wimsatt 

Create multiple records at one time

When we create an opportunity to ship, we have a child record for origin/destinations. There can be many many child records to show starts and stops. Any way the user can enter several at a time rather than one at a time?  Even with the Save and New button it's still very inefficient. 
AbhishekAbhishek (Salesforce Developers) 
You can create and update multiple records using a process builder. I would suggest you refer to the trailhead module and other reference links.

https://trailhead.salesforce.com/en/content/learn/modules/business_process_automation/business_process_automation_combined
 
https://hub.packtpub.com/auto-updating-child-records-process-builder/
 
http://succeedwithsalesforce.com/using-quick-actions-and-process-builder-to-create-multiple-records-across-related-objects-from-a-single-screen/
 
=================================

It can also be realized by Visual Workflow. You can create screens, search data, control data like create/update/delete records, and so on with non-programming.

Let's start with the trailhead!
https://trailhead.salesforce.com/en/business_process_automation/flow


You can check this Idea Too (https://trailblazer.salesforce.com/ideaView?id=0873A0000003du5QAA).


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.