Sitecore 10 .NET Developer Certification — Question 41

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because using the $name token in the template's standard values Title field ensures that the Title field will be automatically populated with the item's name whenever a new item is created from the template. Options B and C are incorrect as they attempt to set the token in the new item's content rather than the template itself. Option D is incorrect because it uses an underscore instead of the dollar sign, which is not the correct syntax for tokens.