What does the childProducts property of an Item category contain?
A.
a union of fixedChildProducts and computedChildProducts of the category
B.
a union of fixedChildProducts and dynamicChildProducts of the category
C.
a union of fixedChildProducts and dynamicChildProducts of the category with possible
duplicate products
D.
a union of fixedChildProducts and computedChildProducts of the category with possible
duplicate products
Explanation:
When a user accesses a page that refers to childProducts, Oracle ATG Web
Commerce computes the current value of childProducts as follows:
1. Finds the current set of products in the content group specified in childProductGroup, and sets
dynamicChildProperties to that set of products.
2. Sets childProducts to the merge of the set of products in dynamicChildProducts and the set of
products in fixedChildProducts.