Hi all,
I have defined my own xsd. In my xsd i have a property called effectivity.
I want to set up content expiry , for this i use scheduled-jobs.xml to run a job. I use moveAction. The problem is i do not know how to query content in Web proj based on my 'effectivity' property defined in xsd.
For content oustide web project i use cm:effectivity aspect and the query template as this
<property name="queryTemplate">
<value>@cm\:to:${luceneDateRange(today,today)}</value>
</property>
Help me how to implement this for contents inside web projects….
Thanks,
Lakshmi