1z0-750 Exam QuestionsBrowse all questions from this exam

1z0-750 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?

Show Answer
Correct Answer: BC

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

9 comments
Sign in to comment
sbrandOption: C
Mar 12, 2021

The correct answer should be C "After Submit".

GJCXOption: C
Mar 24, 2021

Correct answer is C

htroyaOption: C
Apr 15, 2023

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

NakhalaOption: C
Oct 12, 2021

the answer is C after submit

Ak_The_Apex_LegendOption: B
Jul 5, 2022

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

lucianoimeloOption: A
Oct 21, 2022

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

SuperDabichoOption: A
Jul 21, 2023

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

SOHA_NabilOption: C
Sep 28, 2023

C After Submit

makr4nd17Option: C
May 9, 2024

Option: C - After Submit verified!