Expand my Community achievements bar.

Scheduling at a Component Level

Avatar

Level 1

Has the scheduling of individual components, as opposed to scheduling a page, been implemented before? Sometimes we just require one component to change at a specific date and time and not the entire page. Is this possible?

2 Replies

Avatar

Level 10

You would need to build that application logic.  Most AEM scheduling functionality occurs at the backend using Apache Sling APIs. Can you describe your use case in more detail please.

Avatar

Administrator

one of the workaround that you can try is "Launches".

Link:- https://docs.adobe.com/docs/en/aem/6-2/author/site-page-features/launches.html

//Launches enable you to efficiently develop content for a future release. A launch is created to allow you to make changes ready for future publication (while maintaining your current pages). After editing and updating your launch pages you promote them back to the source, then activate the source pages (top-level). Promoting duplicates the launch content back to the source pages and can be done either manually or automatically (dependent on fields set when creating and editing the launch). 

Link:- https://docs.adobe.com/docs/en/aem/6-2/author/site-page-features/launches/creating-launches.html (Creating Launches)

~kautuk



Kautuk Sahni