You have the Orders form open in Forms Builder. You create an object group in the Orders form
and try to drag various components in the Object Navigator to the object group.
Which two components will you be unable to place in the object group?
A.
the Orders block of the Orders form
B.
the Order_CV canvas of the Orders form
C.
the When-New-Item-instance trigger of the Order_Items.Quantity iteminthe Orders form
D.
the When-New Form-instance trigger of the Orders form
E.
the Product_id iteminthe Order_Items block of the Orders form
Explanation:
C: Object libraries can contain individual items; for example, iconic buttons. The
smallest unit accepted in an object group is a block.
E:Including a block in an object group also includes its items, the item-level triggers, the blocklevel triggers and the relations. You cannot use any of these objects in an object group without the
block.