You are running a multiple-form application. The Customers form invoked the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customers form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable. The Orders form should be restricted to orders for the current customer only the first time a query is issued after invoking the Orders form.
Which built-in helps you to 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