https://quizack.com/salesforce-development/mcq/suppose-you-executed-the-following-code-in-the-open-execute-anonymous-window-in-order-to-view-the-output-which-of-the-given-keywords-should-be-typed-in-the-text-box-next-to-the-filter-check-box-in-the-execution-log-dialogue-box-for-integer-a-1-a-10-a-system-debug-test-a
Suppose you executed the following code in the 'Open Execute Anonymous Window‘.
In order to view the output, which of the given keywords should be typed in the text box next to the 'Filter‘ check box, in the 'Execution Log' dialogue box?
for (Integer a=1; a<=10; a++)
[System.debug('Test‘ + a);
EXECUTE
RUN
DEBUG
RUNCODE
Answer:
DEBUG
Note: This Question is unanswered, help us to find answer for this one