Julius
Julius

Reputation: 2864

Sitecore first publication data, should I build that myself?

Does Sitecore store the date of first publication for an item? I haven't been able to find anything like that in the Sitecore docs, so I am guessing I will have to build something that responds to a publishing event like this, but I would like to be sure..

Upvotes: 0

Views: 62

Answers (1)

Mark Cassidy
Mark Cassidy

Reputation: 5860

Sitecore stores only the Created Date and Last Changed date in the statistics section of an item. You are correct in your assumption, that to store and use something such as a First Published Date you would have to cook up a solution for it yourself.

Upvotes: 1

Related Questions