AEM allows to schedule an activation of a page (Activate Later). What is the function or possible workaround to do the same on the level of a component? Means the page is already activated and the goal is to activate/deactivate a component afterwards.
Solved! Go to Solution.
Views
Replies
Total Likes
Okay, well thanks for nice explanation,
From the statement here " This has been already prepared but should go online activated by the system in the future"
Have you looked into Launch in AEM? where you can prepare future content. Its very userful for these kind of future related implementations
AEM 5.6.1: http://localhost:4502/libs/launches/content/admin.html
Documentation: https://docs.adobe.com/docs/en/cq/5-6-1/wcm/launches.html
Views
Replies
Total Likes
You can consider making the component as a stand alone page fragment and then pull that into your target page asynchronously using JS. Now you can use activate later OOTB on the component(page fragment) and it'll get reflected on the target page.
Views
Replies
Total Likes
You can use Activate Tree option, In replication menu you can find it.
You can use replication in crxde ( screenshot)
Or Create a package with this, build it and replicate it via package manager.
Can you tell why you are having this use case where page is there and you need to activate/deactivate component?
Thanks
Views
Replies
Total Likes
The purpose is a marketing campaign. The page is already online we need the ability to schedule some additional content on the page. Let's say to switch a banner on a stage image, replace a teaser image or just add some additional text paragraphs. This has been already prepared but should go online activated by the system in the future. The function "Activate Later" does not work for us, because we don't want to replace the entire page with a new version (Activate Later creates a new version of the page).
Views
Replies
Total Likes
Okay, well thanks for nice explanation,
From the statement here " This has been already prepared but should go online activated by the system in the future"
Have you looked into Launch in AEM? where you can prepare future content. Its very userful for these kind of future related implementations
AEM 5.6.1: http://localhost:4502/libs/launches/content/admin.html
Documentation: https://docs.adobe.com/docs/en/cq/5-6-1/wcm/launches.html
Views
Replies
Total Likes
Thanks! The Launch function seems to be a valid option for us :-) We will try it.
Views
Replies
Total Likes
Views
Likes
Replies