Hi,
The following lines are taken from
"applications\product\webapp\catalog\WEB-INF\actions\product\EditProductAssoc.bsh".
if (product != null) {
assocFromProducts = product.getRelated("MainProductAssoc", null,
UtilMisc.toList("sequenceNum"));
context.put("assocFromProducts", assocFromProducts);
assocToProducts = product.getRelated("AssocProductAssoc");
context.put("assocToProducts", assocToProducts);
}
I don't understand where from the variables "MainProductAssoc" and
"AssocProductAssoc". I searched for the entities in this name. But I could not
find out.
Could I please get some help regarding this.
Thanks
Purani