Expand my Community achievements bar.

SOLVED

Review before publishing

Avatar

Level 3

Using AEM 5.6.1

Is there functionality to send a preview link of a page to others via email to review before publishing

There should be some best practice on how to do such things in AEM?

 

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Level 7

HI,

 

Yes you could send a preview link via email before publishing. Just implement a publishing workflow and configure the emails. The user group or users would get an email notification then they could preview and review the changes and approve the publishing. Please go through the below links for more details.

https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-overview.html

https://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-start.html

http://stackoverflow.com/questions/28020082/best-way-to-trigger-a-page-activation-workflow

 

Now as far as the best practices are concerned its always better to publish your content through proper workflow, so that any mistakes would not go directly in the production publish server directly without proper review.

 

Thanks

Tuhin

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

HI,

 

Yes you could send a preview link via email before publishing. Just implement a publishing workflow and configure the emails. The user group or users would get an email notification then they could preview and review the changes and approve the publishing. Please go through the below links for more details.

https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-overview.html

https://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-start.html

http://stackoverflow.com/questions/28020082/best-way-to-trigger-a-page-activation-workflow

 

Now as far as the best practices are concerned its always better to publish your content through proper workflow, so that any mistakes would not go directly in the production publish server directly without proper review.

 

Thanks

Tuhin

Avatar

Level 10

Just create a work has service step which sends the preview link (URL without cf#) of the author instance.

Note: The User should have access to the author instance.

Avatar

Level 1

Can we do this by java program..... I have a requirement to check a condition if condition is true the directly publish the asset else put is for review. Can you provide some example code.