#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
Смотрите видео Use sObjects and DML | Object-Oriented Programming for Admins онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Saurabh Infotech Solutions 22 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,907 раз и оно понравилось 15 людям.