コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

One Page multiple versions

Avatar

Level 6

I want to maintain single page with two or three different versions for corresponding publish instances. Example I want to maintain two different version of single page - for testing and development .I tried version for pages , but it automatically creates new versions for every publishing

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions


                    replicationOptions.setSuppressVersions(true);

元の投稿で解決策を見る

6 返信

Avatar

Level 10

How to manage pages and versions is discussed in this AEM doc topic:

http://docs.adobe.com/docs/en/cq/current/wcm/page_create_edit.html

Avatar

正解者
Community Advisor

You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions


                    replicationOptions.setSuppressVersions(true);

Avatar

Level 10

For your use IMO launches is best fit. Refer http://docs.adobe.com/docs/en/cq/current/wcm/launches.html

Avatar

Employee

Avatar

Level 6

The problem with the versions is that , it creates a new version whenever a page is activated. I want to maintain single version for a particular publishing destination

Avatar

Level 10

According to the docs - the version is always incremented when the page is activated. I am looking to determine if there is a way to activate a page without incrementing the version.