Which code sample will achieve this?

A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on the pipeline dictionary with the name myProduct.

Which code sample will achieve this?
A . ISM
B . renderTemlpate ( "helloworld.isml", { "myProduct": "product" });
C . ISM
D . renderTemlpate ( "helloworld.isml", { "product": myProduct });
E . ISM
F . renderTemlpate ( "helloworld.isml", { product: myProduct });
G . ISM
H . renderTemlpate ( "helloworld.isml", { myProduct: product });

Answer: A

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSGJC%2FPipelinetoControllerConversion.html

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments