How to set expiration to a Blog Post in AEM 6.2 Communities. | Community
Skip to main content
sumeer_bashap72
Level 2
June 16, 2017
Solved

How to set expiration to a Blog Post in AEM 6.2 Communities.

  • June 16, 2017
  • 2 replies
  • 1291 views

Hi ,

Is there a way we can set expiration date as we can set schedule for later while authoring new article in a blog/journal using AEM 6.2 communities.

I couldn't find anywhere to expiration date. Currently, I am tried adding a new drop down on the composes similar to Schedule later drop down but I am not able to set the expiration date into the article properties in JCR. I modified the javascript to add expirationDate as part of Post data to server, but looks like server is not able to handle new variables as part of post data. Let me know if there is a way we can handle it.

Is there any way we can extend the createJournalComment Operation just to handle the new variable in post data.

Please let me know .

Thanks,

Sumeer.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rahul_Bhardwaj

It’s not possible OOTB. The best you can do is to customize journal to add a timer and make a close call once the timer expires. Use [0] to know more about customizations of AEM Communities component.

[0] - https://docs.adobe.com/docs/en/aem/6-3/develop/communities/scf/client-customize.html

2 replies

kautuk_sahni
Community Manager
Community Manager
June 23, 2017

I have asked AEM Community team to have a look at this one.

~kautuk

Kautuk Sahni
Rahul_Bhardwaj
Adobe Employee
Rahul_BhardwajAdobe EmployeeAccepted solution
Adobe Employee
July 5, 2017

It’s not possible OOTB. The best you can do is to customize journal to add a timer and make a close call once the timer expires. Use [0] to know more about customizations of AEM Communities component.

[0] - https://docs.adobe.com/docs/en/aem/6-3/develop/communities/scf/client-customize.html