You are running a multiple-form application. The Customer form invokes the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customer form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable. The Orders form should query orders for a customer only once after being launched from the Customers form.
Which built-in helps you do this by setting the ONETIME_WHERE property to refer dynamically to the GLOBAL.CUSTOMER_ID?
A.
SET_APPLICATION_PROPERTY
B.
SET_FORM_PROPERTY
C.
SET_BLOCK_PROPERTY
D.
SET_RECORD_PROPERTY