Developer forum

Forum » CMS - Standard features » Last date page updated

Last date page updated

Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi guys,
I am trying to figure out a way to determine the last updated date of a page, considering that the "update" means adding rows and columns using VisualEditor.
At first glance, the PageUpdatedDate from the Page table is not updated when adding or editing a Row or columns of the page.
This information is for Dw 9.
Is there any other way I can figure out the UpdatedDate from the tables in the database? Preferably without needing a complicated join with all tables for paragraphs and GridRows.
Thank you,
Adrian


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Hi Adrian

PageUpdatedDate contains information about content updates - the page or paragraphs of that page. The row is merely layout and not part of that timestamp field.

You can run a scheduled task with a SQL to update that field differently if you want....

BR Nicolai

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi Nicolai,

Thank you very much,
Adrian

 

You must be logged in to post in the forum