Thursday 13 June 2019

Sitecore Standard Template Fields - Part-6



Sitecore Standard Template: Statistics Section

The Statistics section of the standard template contains the following fields (that have nothing to do with web statistics, personalization, testing, or any other aspect of experience management):
  • Created (Sitecore.FieldIDs.Created): The date and time at which the system created the version. I believe that tracking the actual item created date rather than the version created date may require customization (maybe there is a technique in the box, but it currently escapes me, as the creation date of the first version could vary by language).
  • Created by (Sitecore.FieldIDs.CreatedBy): Identifies the CMS user that created the version. I believe that tracking the actual item creator rather than the version creator may require customization  (maybe there is a technique in the box, but it currently escapes me, as the of the first version could vary by language). 
  • Revision (Sitecore.FieldIDs.Revision): A unique identifier that the system updates (almost) every time the item changes. I write "almost" because passing certain parameters to specific APIs prevents Sitecore from updating this field.
  • Updated (Sitecore.FieldIDs.Updated): The date and time at which the system last updated the version. Again, passing certain parameters to specific APIs prevents Sitecore from updating this field.
  • Updated by (Sitecore.FieldIDs.UpdatedBy): Identifies the CMS user that last updated the version.

Sitecore Standard Template: Tagging Section

The Tagging section of the Sitecore standard template contains a single field:
  • Semantics (Sitecore.Buckets.Util.Constants.SemanticsField): Stores tags that CMS users and potentially visitors to the live site can use to search for items.

Sitecore Standard Template: Tasks Section

The Tasks section of the Sitecore standard template contains the following fields:
  • Archive date (Sitecore.FieldIDs.ArchiveDate): Date/time after which the system can archive the entire item.
  • Archive Version date (Sitecore.FieldIDs.ArchiveVersionDate): Date after which the system can archive the version of the item.
  • Reminder date (Sitecore.FieldIDs.ReminderDate): Date after which to send a reminder notification by email.
  • Reminder recipients (Sitecore.FieldIDs.ReminderRecipients): Email addresses of recipients for the reminder email.
  • Reminder text (Sitecore.FieldIDs.ReminderText): Text to send in the reminder email.


No comments:

Post a Comment

Sitecore Publishing Service 7.0 Installation Guide

  About the Publishing Service module The Publishing Service module is an optional replacement for the existing Sitecore publishing methods....