Expand my Community achievements bar.

Authoring logs for content in our Adobe Cloud Services AEM

Avatar

Level 2

Hello

 

I hope I have posted this question in the correct place. My team uses the Adobe Cloud Services version of AEM.

 

I am trying to see if there is a way to develop a field within AEM for my authors to update every time they edit content on a page. I am not sure if that is something that already exists within AEM or would need custom development. This field would NOT be visible on the public facing side but would only be internal for our authors to use. 

 

If that is possible, is there any documentation that you could provide?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

8 Replies

Avatar

Community Advisor

Hi @GrantHa 
Yes, you can utilise page properties to store metadata.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/page-authoring/page-proper... 

 

However you need to add new field in the page properties and may need to write a java if there is any automatic/event based updating.

 



Arun Patidar

Avatar

Level 2

Hi Arun,

 

I am aware of page properties, but what I was looking for was on the "column view" (aka the "tree view") of our content, and not something inside of the properties. Is that feasible or no?

Avatar

Community Advisor

Hi @GrantHa 
You may need a customisation, something like https://aemlab.blogspot.com/2022/07/aem-authoring-page-status-visualisation.html 

For list view you can add custom field esaly but it is tricky for column view



Arun Patidar

Avatar

Level 2

Hmm, not sure if that will work. I will look into adding a field into page properties for authors to utilize. Thank you! 

Avatar

Community Advisor

Hi @GrantHa 

 

You can try using annotations for this requirement. Please refer this link - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/sites/authoring/... for how you can enter into annotations mode and add comments.

 

Thanks

Narendra

Avatar

Level 2

Thank you for the documentation. The annotations would not work for us but appreciate your recommendation! 

Avatar

Employee Advisor

what would like to store in that field? And what should this information get used for?

Avatar

Administrator

@GrantHa Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni