Salesforce Certified B2C Commerce Cloud Developer (Comm-Dev-101) B2C-Commerce-Developer Question # 22 Topic 3 Discussion

Salesforce Certified B2C Commerce Cloud Developer (Comm-Dev-101) B2C-Commerce-Developer Question # 22 Topic 3 Discussion

B2C-Commerce-Developer Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3

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

Which code sample will achieve this?


A.

ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });


B.

ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });


C.

ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });


D.

ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });


Get Premium B2C-Commerce-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.