Oracle
1Z0-141 · Question #88
While updating an existing customer record using the Customers form, the user invoked the Orders form by clicking the CONTROL.Orders_btn button. The When-Button-Pressed trigger had the following…
The correct answer is A. IF GET_APPLICATION_PROPERTY(calling_form) IS NOT NULL THEN. See the full explanation below for the reasoning.
Question
While updating an existing customer record using the Customers form, the user invoked the Orders form by clicking the CONTROL.Orders_btn button. The When-Button-Pressed trigger had the following code:
CALL_FORM('orders'); There is a requirement to navigate back to the Customers form after the order details have also been updated. This will be achieved through a form-level Key-Exit trigger in the Orders form. Which code should be used?
Options
- AIF GET_APPLICATION_PROPERTY(calling_form) IS NOT NULL THEN
- BVALIDATE(FORM_SCOPE);
- CENTER;
- DIF :SYSTEM.FORM_STATUS = 'CHANGED' THEN
How the community answered
(50 responses)- A84% (42)
- B2% (1)
- C8% (4)
- D6% (3)
Community Discussion
No community discussion yet for this question.