hi
we have a page type called articles, and a field on this page type called NotifyDate as DateTime, the user set this NotifyDate when adding an article,
I need a way to display those pages where the notify date is the same as today i.e like the application called PendaingPages
is there a feature that can help me in this scenario, can i add another application called ExpiredPages with a custom query to load documents like pending pages and allow the user to those edit pages
You may do something similar like this. https://devnet.kentico.com/articles/creating-an-outdated-content-notification-task-in-kentico
You may create another date field with default value set with macro, which usually resolve at saving event.
Please, sign in to be able to submit a new answer.