I'm using AEM 6.5.10. We are trying to identify the list of images in assets which has dam:assetState as processing. Can someone help with the query to identify the assets list which has as dam:assetState as processing and also bring on the jcr:lastModified property value along with it. Thanks i...
Hello, In AMS ,Team A and Team B works on the same project sharing same project repo in bitbucket which will be pushed to AMS cloud repo via bamboo. if they want to deploy team A code changes alone to the environment though team B new code changes are present in repo, Can we restrict any specific...
What would be the best route to take on implementing a scheduled maintenance or downtime banner on all sites on the same Prod instance? I have a couple of ideas in mind, but also looking for a better way or additional ideas on how to incorporate this for all of our sites. If there is another threa...
Hi Team, I have written a custom getData() method overlayed as per the below documentation to extend and customize the Adobe Client Data Layer. https://experienceleague.adobe.com/docs/experience-manager-learn/sites/integrations/adobe-client-data-layer/data-layer-customize.html?lang=en @Overridepub...
Hi Everyone, I could see a few unwanted properties like cq:lastModified, cq:lastReplicated, cq:lastReplicatedBy automatically added for every node. I tried deleting it manually for my website Content Fragment models but after changing anything it got added again. Is there any setting using which I...
I want to send an email when a workflow is approved or rejected. The dynamic participant step has an option for sending an email. Does AEMaaCS have a default SMTP server for sending emails? or We should have our own SMTP server and configure using Day CQ Email service (https://experienceleague.adobe...
Hi everyone, I am following this page(Delegation Pattern for Sling Models · adobe/aem-core-wcm-components Wiki · GitHub)and try to customize title component,but it still returns the originial title. Is there something else i need to do besides create pageHeadline component in ui.apps and model f...
Hi team, Here my code is like below, line number 1 <!-- Here I cant get a value to isEmpty variable without starting a loop it in this line cas all the fields are inside a multifield. Also if I start a loop from this line it is not the output I want. Simply I don't want to loop it from here--> <sl...
I have a Resource that represents a page. What is the proper way to get the URL for this page? These resources are coming from search Hit objects. // in my case, paths are coming from search Hit objects Resource pageResource = resourceResolver.getResource(path); Page page = pageResource.adaptTo(P...