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

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

Mark Solution

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

解決済み

When a page is activated through siteadmin, how to also activate all associated content of the page (like other pages associated to it)

Avatar

Level 3

Hi All,

Whenever we activate a page from siteadmin, it opens a dialog box with the list of assets which are not activated and provides us an option whether to activate it or not.

I want to expand this functionality to other pages, which are being used on that page(which I have clicked to be activated).

Any suggestion/ help would be appreciated.

Regards,

Aman

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

Avatar

正解者
Employee Advisor

You need to implement a ReferenceProvider[1]; see [2] as an example in ACS AEM Commons how to implement it for referenced pages (see [3] how to use it).

[1] ReferenceProvider ("The Adobe AEM Quickstart and Web Application.")

[2] acs-aem-commons/PagesReferenceProvider.java at master · Adobe-Consulting-Services/acs-aem-commons · ...

[3] Page and Design Reference Providers

Jörg

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee Advisor

You need to implement a ReferenceProvider[1]; see [2] as an example in ACS AEM Commons how to implement it for referenced pages (see [3] how to use it).

[1] ReferenceProvider ("The Adobe AEM Quickstart and Web Application.")

[2] acs-aem-commons/PagesReferenceProvider.java at master · Adobe-Consulting-Services/acs-aem-commons · ...

[3] Page and Design Reference Providers

Jörg

Avatar

Level 3

Thanks, will check this and get back, for any further queries.