1Z0-151 · Question #33
Which setting of :SYSTEM.MESSAGE_LEVEL suppresses all system messages?
The correct answer is E. You cannot use :SYSTEM.MESSAGE_LEVEL to suppress all system messages. Controlling System Messages You can prevent system messages from being issued, based on their severity level. FormsBuilder classifies every message with a severity level that indicates how critical or trivial the information is; the higher the numbers, the more critical the…
Question
Which setting of :SYSTEM.MESSAGE_LEVEL suppresses all system messages?
Exhibit
Options
- A0
- B10
- C25
- D50
- EYou cannot use :SYSTEM.MESSAGE_LEVEL to suppress all system messages
How the community answered
(24 responses)- A17% (4)
- C4% (1)
- D8% (2)
- E71% (17)
Explanation
Controlling System Messages You can prevent system messages from being issued, based on their severity level. FormsBuilder classifies every message with a severity level that indicates how critical or trivial the information is; the higher the numbers, the more critical the message. There are six levels that you can affect. Note: Suppressing Messages According to Their Severity In a trigger, you can specify that only messages above a specified severity level are to be issuedby the form. You do this by assigning a value to the MESSAGE_LEVEL system variable. Formsthen issues only those messages that are above the severity level defined in this variable.The default value for MESSAGE_LEVEL (at form startup) is 0. This means that messages of all severities are displayed.
Topics
Community Discussion
No community discussion yet for this question.
