Exam Data-Architect Topic 2 Question 251 Discussion
Actual exam question for Salesforce's Data-Architect exam
Question #: 251
Topic #: 2
Question #: 251
Topic #: 2
Universal Containers uses Apex jobs to create leads in Salesforce. The business team has requested that lead creation failures should be reported to them.
Which option does Apex provide to report errors from this Apex job?
Which option does Apex provide to report errors from this Apex job?
Suggested Answer: C Vote an answer
saving Apex errors in a custom object can be a way to report errors from an Apex job. The article provides an example of how to create a custom object called AsyncApexError__c and use a trigger to insert error records into it. The custom object can then be used for reporting or notification purposes.
by Lynn at Apr 06, 2024, 01:10 AM
0
0
0
10
Comments
adarsha
2025-06-14 22:12:05Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).