ExamGecko
Question list
Search
Search

List of questions

Search

Question 4 - Certified Order Management Administrator discussion

Report
Export

What two tools can an administrator use to debug an issue with an Apex trigger?

A.
Apex Logs in Setup
Answers
A.
Apex Logs in Setup
B.
Error Logs in the Developer Console
Answers
B.
Error Logs in the Developer Console
C.
Log Inspector in the Developer Console
Answers
C.
Log Inspector in the Developer Console
D.
Debug Logs in Setup
Answers
D.
Debug Logs in Setup
Suggested answer: C, D

Explanation:

The administrator can use two tools to debug an issue with an Apex trigger: Log Inspector in the Developer Console and Debug Logs in Setup. The Log Inspector is a tool that displays a graphical representation of a debug log, which is a record of database operations, system processes, and errors that occur when executing a transaction or running unit tests. The Log Inspector helps you analyze and troubleshoot your code by highlighting errors, checkpoints, and execution times. The Debug Logs page in Setup lets you monitor and retain debug logs for users, Apex classes, Apex triggers, and Lightning components. You can view, download, or delete debug logs from this page.

asked 23/09/2024
Steve Parnell
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first