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

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Showing Banner for Assets which are going to expired

Avatar

Level 1

Hi All,

 

I have a requirement to show a banner for the assets that are going to expire in the next 10 days.

Does anyone have any insights on it? Please provide your valuable information.

 

Thanks in advance.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

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

Avatar

正解者
Community Advisor

Hi @KaibalyaJe ,

  • Identify Expiring Assets:

    • Utilize AEM's QueryBuilder to retrieve a list of assets with expiration dates.
    • Filter the assets based on their expiration date, ensuring it falls within the next 10 days.
  • Create a Custom Component:

    • Develop a custom component to display the banner.
  • Implement Banner Logic:

    • Within the component's JSP or React/Angular template, implement logic to determine if a banner should be displayed for each asset.
    • Consider factors like the number of days remaining until expiration.

 

元の投稿で解決策を見る

3 返信

Avatar

正解者
Community Advisor

Hi @KaibalyaJe ,

  • Identify Expiring Assets:

    • Utilize AEM's QueryBuilder to retrieve a list of assets with expiration dates.
    • Filter the assets based on their expiration date, ensuring it falls within the next 10 days.
  • Create a Custom Component:

    • Develop a custom component to display the banner.
  • Implement Banner Logic:

    • Within the component's JSP or React/Angular template, implement logic to determine if a banner should be displayed for each asset.
    • Consider factors like the number of days remaining until expiration.

 

Avatar

Community Advisor

You can also check Adobe CQ DAM Expiry Notification workflow if it fullfills your requirements, it will not show the banner but can send emails to the asset creator before the asset expires. 
More details : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/manage/dr... 

Avatar

Community Advisor