Hi, We have a requirement where we need to pull out the list of articles for which the jcr:created and PublishDate (a custom field on page property) has a difference of 14days.For example, if create Date is 16th Sept and PublishDate is 31st Aug, then this article should not come up in the list.Where...
Hi,We have a requirement where we want to define the maximum no of times a scheduler to run. With Apache 7 Scheduler it defines a property named "PROPERTY_SCHEDULER_TIMES" , but haven't able found a way to use the same in the code and set it in the scheduler configurations.It will be helpful if some...
Hi All,We have a requirement where we want to create a scheduled job which have below configurations- Only one scheduled job at a time and prevents other schedules to start- Can able to specify the maximum time for a schedule - check if schedule is currently running or not- Able to terminate the ...
Yes add or remove. So instead of using below code snippet in customheaderlibs.html which will main.css that contains styling for all components.<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"> <sly data-sly-call="${clientlib.css @ categories='demo.main'}"/></sly>Inste...
Hi,Based on the components configured on the editable template by template authors, can we add / remove individual component client library in the template policy accordingly (using Event Listener).Also is there any limit on the client lib count.Regards,Shikha
Hi All,Does AEM provide a utility to convert Coral 3 multi-field node structure into a JSON format?We have a requirement where we need to migrate our Legacy Coral 2 multi-field component to new Coral 3 structure that stores the data in node structure.We do not want to change logic for reading the di...