Exam 1z0-750 All QuestionsBrowse all questions from this exam
Question 5

Jenny has a form page based on ORDER_ITEMS. For certain product types, she needs to redirect to a modal dialog page to ask for additional information, before validating or processing the record on page submission.

Which processing point should Jenny select for the branch?

    Correct Answer: C

    To open a modal dialog page for additional information after submitting the form and before any further processing occurs, Jenny should select 'After Submit' as the processing point. This ensures that the redirection to the modal dialog happens after the user submits the form but before any computations, validations, or processes are executed.

Discussion
htroyaOption: C

After Submit Processing: Branches after submitting the page and before computation, validations and processes are executed.

GJCXOption: C

Correct answer is C

sbrandOption: C

The correct answer should be C "After Submit".

makr4nd17Option: C

Option: C - After Submit verified!

SOHA_NabilOption: C

C After Submit

SuperDabichoOption: A

This question seems to need an update. Oracle has change the options through the years. Some of the lastest (v23.1) are: - After Submit (previously named Before Computation) - Validating (previously named Before Validation) - Processing (previously named Before Processing) So this answer could be A or C. https://docs.oracle.com/en/database/oracle/apex/23.1/htmdb/controlling-navigation-using-branches.html#GUID-09D6B7B0-25FE-4F36-A573-582FE605CB2C

lucianoimeloOption: A

The answer is A: On Submit: Before Computation - Branching occurs before computations, validations, or processing. Use this option for buttons that should not invoke processing (for example, a Cancel button). https://docs.oracle.com/database/apex-5.1/HTMDB/controlling-navigation-using-branches.htm#HTMDB28485

Ak_The_Apex_LegendOption: B

the answer is B i guess , Refer ( https://docs.oracle.com/database/apex-5.1/HTMDB/controlling-navigation-using-branches.htm#HTMDB30018)

NakhalaOption: C

the answer is C after submit