You created a LOV based on the query Record Group PRODUCTS. The LOV is attached to the :PROD.DESC text item. The validate from List property is set to No for the :PROD.DESC Text item. Which built-in can you call to execute the query associated with the Record Group?
A.
SHOW_LOV
B.
ADD_GROUP_ROW
C.
ADD_GROUP_COLUMN
D.
SET_GROUP_SELECTION
E.
CREATE_GROUP_FORM_QUERY
F.
VALIDATE(ITEM_SCOPE) when :PROD.DESC is the current item.
Explanation:
The show_lov (answerA) will be correct as it would invoke the lov and answer F is wrong as the set validate is set to no so will not validate from list and thus not fire the lov (thus not invoking the record group.)