Which triggers can call the code?

There is a requirement in the Orders form to direct the focus depending on the value in the Sales Rep Id text item. The design team has not yet decided on the exact details, but you propose the following style of code:
IF :ORDERS.Sales_Rep_Id = … THEN –value to be decided later GO_ITEM(…); –item to be decided later
ELSE
GO_ITEM(…); –item to be decided later
END IF;
A colleague suggest that the code could be called from the triggers listed below. In fact, not all these triggers can execute the code.
Which triggers can call the code? (Choose all that apply)

There is a requirement in the Orders form to direct the focus depending on the value in the Sales Rep Id text item. The design team has not yet decided on the exact details, but you propose the following style of code:
IF :ORDERS.Sales_Rep_Id = … THEN –value to be decided later GO_ITEM(…); –item to be decided later
ELSE
GO_ITEM(…); –item to be decided later
END IF;
A colleague suggest that the code could be called from the triggers listed below. In fact, not all these triggers can execute the code.
Which triggers can call the code? (Choose all that apply)

A.
Post-Block on the Orders block.

B.
Pre-Block on the Order_Items block.

C.
When-New-Block-Instance on the Orders block.

D.
Post-Text-Item on the Sales Rep Id text item.

E.
When-Validate-Item on the Sales Rep Id text item.

F.
When-New-Block-Instance on the Order_Items block.



Leave a Reply 0

Your email address will not be published. Required fields are marked *