Customize the CQ-DAM search panel
Hi masters!
I’m trying to customize the CQ-DAM search panel, in damadmin console. I’m following instructions in [1].
I’ve successfully added a new optionspredicate to add a custom search for ‘activated/deactivated’ assets, looking for a ‘jcr:content/cq:lastReplicationAction’ property, with ‘Activate’ and ‘Deactivate’ values. Nice! ![]()
The question is... I would like to add a predicate to filter assets that have a pending activation (thus, assets marked in the ‘Status’ column with a calendar icon, with a message like ‘Task Scheduled…’)
But I don’t know where this information is stored in the JCR repository, and how to define a new predicate with this information. Is it possible?
Do you have any advice?
Thank you very much!
[1] http://dev.day.com/docs/en/cq/current/dam/extending-cq-dam-search.html