Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Automated metadata and page properties

Avatar

Community Advisor

Hi All,

 

I have a requirement where I need to Automate some metadata properties of the assets and also some page properties when an asset is uploaded and when a page is created. These are custom properties added to the metadata schema and the page properties dialog.

 

Do we have anything OOTB for this like some dialog properties or something? Any lead here would be appreciated.

 

Thanks,

Kiran Vedantam.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
 

Hi @Kiran_Vedantam ,

 

Do you think any custom workflow with launcher or event handler will be able to help you? What is the source of those page properties values which you want to feed in to assets/pages while they are being created?

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @Asutosh_Jena_,

 

This is not exactly my use case. My requirement is to fetch some values probably from JCR and add them to the page properties and or metadata automatically when they are created.

 

I have updated the question more clearly.

 

Thanks,

Kiran Vedantam. 

Avatar

Community Advisor
There is no OOTB features that is currently available which meets your requirement here. You will need to go with a custom approach such as Workflow.

Avatar

Correct answer by
Community Advisor
 

Hi @Kiran_Vedantam ,

 

Do you think any custom workflow with launcher or event handler will be able to help you? What is the source of those page properties values which you want to feed in to assets/pages while they are being created?

Avatar

Community Advisor
Page properties and metadata comes from JCR or different 3rd party services. I can think of workflows and listeners but I wanted to check if there is anything OOB