Use sObjects and DML | Object-Oriented Programming for Admins

Published: 22 October 2022
on channel: Saurabh Infotech Solutions
2,907
15

#salesforce
#trailhead
#salestraining

Object-Oriented Programming for Admins

Use DML to Insert Multiple Records
Create a class and one method that creates a specified number of new accounts and adds them to the database.
Create a public Apex class named AccountHandler
Add a public static method to the class:
Name: insertAccount
Include a parameter for the number of new accounts:
Data type: Integer
Create a list of Account records:
List name: addAccounts
Use a while loop to add N new Accounts to the list, where N is a value that is incremented by 1 during each iteration of the loop:
Name: Acme Inc N
AccountNumber: A000n
Hint: You did something like this when you created three new Tea Factory stores.
Write one DML statement that inserts all the records into the database at one time
Run your insertAccount method
00:00 Introduction
00:36 Apex Class
03:38 Coading


Watch video Use sObjects and DML | Object-Oriented Programming for Admins online without registration, duration hours minute second in high quality. This video was added by user Saurabh Infotech Solutions 22 October 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,907 once and liked it 15 people.