Hello Team,I am using a query SELECT p.* FROM [dam:AssetContent] AS p WHERE ISDESCENDANTNODE([/content/dam/abc/def/xyz]) AND (p.[cq:lastReplicated] >= CAST('2016-03-02T23:00:02.423-08:00' AS DATE) AND p.[cq:lastReplicated] <= CAST('2016-03-03T00:00:02.423-08:00' AS DATE)to get all the assets that w...
Hello All,I am trying to listen to events in AEM. When I am deleting the pages or assets from crx/de, the event listener is not triggering but when I delete from siteadmin or damadmin it is triggering. Does this look right ?On the other hand when I try to replicate/ delete replicate from crx/de the ...
Hello,Is there a way to validate a field in DAM. For instance, in our project we want to make sure that all the assets have Asset Owner(dam:Owner) property in AEM. Can we do a validation to know if its empty and show that as a pop up when saving the asset changes in damadmin view ?
Hello All,I am writing two eventListener methods in activate method with two different paths.The event is not getting fired when I have both methods, but will work fine only if one method is used. Thanks,Vish
Hello All,I am writing a java code to write an xml file. I am able to get an xml file to my local desktop.Now I am looking to write it to /content/dam or to /etc/designsany ideas how to go ahead ?