List of questions
Related questions
Question 203 - Certified Platform Developer II discussion
A company uses Opportunism to track sales to their customers and their org has millions of Opportunities. They want to begging to track revenue over time through a related Revenue object.
As part of their initial implementation, they want to perform a one-time seeding of their data by automatically creating and populating Revenue records for Opportunities, based on complex logic.
They estimate that roughly 100,000 Opportunities will have revenue records and populated.
What is the optimal way to automate this?
A.
Use System.enqueueJob>() to Invoke a Queueable class.
B.
Use System.scheduleJob() to schedule a Database.Scheduleable class.
C.
Use Database.executeBatch() to invoke a Queueable dass.
D.
Use Database.txtcuteBatch() to invoke a Database.Batchable class.
Your answer:
0 comments
Sorted by
Leave a comment first