Exam NET Developer 10 All QuestionsBrowse all questions from this exam
Question 19

As you create templates and add standard values, you know items created from the templates should automatically have the Title field populated with the name of the item. What should you do to ensure this occurs?

    Correct Answer: A

    To ensure that the Title field is automatically populated with the name of the item when created from the templates, you should add the $name token to the template's standard values Title field. This way, Sitecore can replace the $name token with the item's name during the creation process. This functionality is specifically designed for use in templates and standard values, not in individual item fields.

Discussion
alex1112Option: A

Sitecore supports the $name token in standard values. Sitecore replaces the $name token with the name of the item during creation. This replacement, however, only takes place during item creation. The item name then becomes the field contents, which replaces the token $name in standard values. https://doc.sitecore.com/xp/en/developers/92/sitecore-experience-manager/standard-values.html#

SureshRayarakulaOption: A

A is the correct answer.

VMUNOption: A

A is correct Answer.

blacky_saOption: A

From my experience all (or the most part) of tokens started with "$" and are used in templates but not in certain items - so if you have such question that can help you

massimdcOption: A

A is correct

SiteToTheCoreOption: A

A is correct