AEM OOB Feature 6.5 | Adobe Higher Education
Skip to main content
Level 4
October 10, 2020
Répondu

AEM OOB Feature 6.5

Is there any reason why AEM doesn't provide a feature of  auto unpublish of pages/assets whenever a delete a performed(OOB)?

Ce sujet a été fermé aux réponses.
Meilleure réponse par Manjunath_K

Hi @aemnewbie 

This feature which your asking for is the default behavior in AEM i.e. whenever page/asset is deleted from author instance then it will be unpublished/deleted from publisher instance as well.

to check this, try deleting page/asset in your local author instance & access below link to see delete request for that particular page/asset in the replication queue.

 

http://localhost:4502/etc/replication/agents.author/publish.html

 

 

refer this for more information

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-aem-deletion-functionality/td-p/320689

 

 

-Manjunath 

3 commentaires

Manjunath_K
Manjunath_KRéponse
Level 7
October 10, 2020

Hi @aemnewbie 

This feature which your asking for is the default behavior in AEM i.e. whenever page/asset is deleted from author instance then it will be unpublished/deleted from publisher instance as well.

to check this, try deleting page/asset in your local author instance & access below link to see delete request for that particular page/asset in the replication queue.

 

http://localhost:4502/etc/replication/agents.author/publish.html

 

 

refer this for more information

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-aem-deletion-functionality/td-p/320689

 

 

-Manjunath 

Shashi_Mulugu
Community Advisor
Community Advisor
October 10, 2020

@aemnewbie the feature is OOTB irrespective of AEM version. Please check if the asset is published atleast once and the publish/unpublish process is working as expected in the first case.

santhosh_kumark
Level 6
October 10, 2020

Hi @aemnewbie ,

 

It is part of OOTB AEM functionality.

Current functionality: When an already activated asset/web page is deleted from author instance, AEM first deactivates the asset/web page (results in deletion of the same from Publisher instance) and then it deletes the page from author.

 

Regards,

Santosh