Valid PDII Dumps shared by ExamDiscuss.com for Helping Passing PDII Exam! ExamDiscuss.com now offer the newest PDII exam dumps, the ExamDiscuss.com PDII exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDII dumps with Test Engine here:
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?
Correct Answer: A
Recent Comments (The most recent comments are at the top.)
Ran - May 03, 2023
Answer is B. cant think of anything other than to use batch apex. we can however use queueable apex and chain job from parent so that we can query 100k records, maybe something like offset and limit to separate the first and second job but maximum offset is 2,000 rows so it's still not feasible.
Recent Comments (The most recent comments are at the top.)
Answer is B. cant think of anything other than to use batch apex.
we can however use queueable apex and chain job from parent so that we can query 100k records,
maybe something like offset and limit to separate the first and second job but maximum offset is 2,000 rows so it's still not feasible.
Think B is correct