내 커뮤니티 업적 표시줄을 확대합니다.

Get ready! An upgraded Experience League Community experience is coming in January.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Dynamic Page Creation

Avatar

Level 3

We want to build functionality that allows users to create a page dynamically through a form.

I found this article concerning how to use the Page Manager API but this appears to be for the author instance:

https://helpx.adobe.com/experience-manager/using/aem63_createPage.html

Is there a way to publish pages dynamically?

Thanks in advance for your insight.

A.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10
2 답변 개

Avatar

정확한 답변 작성자:
Level 10

There are multiple solutions to achieve this based on your use case. You can also find reusable code snippets in ACS samples/commons codebase.

http://www.flexibledesigns.rs/activate-a-page-programmatically/   // activate page/assets via specific path

https://www.practicalaem.com/2016/05/04/activate-or-publish-a-page-programmatically/

Interacting with Workflows Programmatically  // Trigger activation workflow

Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API

https://forums.adobe.com/thread/2338630

Avatar

Level 3

Helpful as always, Gaurav. Thank you!