ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 19 - Certified B2C Commerce Developer discussion

Report
Export

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.
ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });
Answers
A.
ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });
B.
ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
Answers
B.
ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
C.
ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });
Answers
C.
ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });
D.
ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
Answers
D.
ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
Suggested answer: A

Explanation:

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

asked 23/09/2024
Debaparna Bandyopadhyay
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first