Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-771 Topic 19 Question 7 Discussion

Actual exam question for Oracle's 1Z0-771 exam
Question #: 7
Topic #: 19
[All 1Z0-771 Questions]

There is a validation of type Item is Numeric on the P1_SALARY item. When the page is submitted, this error message is displayed both as a notification and inline with the item. What will cause the validation error to appear only in the Notification area?

Show Suggested Answer Hide Answer
Suggested Answer: C

Validation errors in APEX default to both inline (next to the item) and notification (top of page):

C . Setting Display Location to Inline in Notification: In the validation's properties, changing 'Display Location' to 'Inline in Notification' ensures the error appears only in the notification area, suppressing inline display. This centralizes feedback for a cleaner UI.

A . Removing Associated Item: Breaks the validation's link to P1_SALARY, stopping it entirely.

B . Value Required: Adds a separate check, unrelated to display location.

Pitfall: Test with non-numeric input (e.g., 'abc') to confirm behavior.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel