Hi All, Is there a way to increment an integer within a sightly block? I like to convert the JSP code to Sightly, but it looks like Sightly lacks the capability of incrementing. Here's what I like to achieve: JSP:<c:set var="counter" value="1"/><c:set var="blockOpen" value="false"/><c:forEach items=...
Hi All,I need to check the number of Queues in replicationQueue before proceeding the activate or deactivate in a workflow if the number of queue in replication will be greater than 50 then it shoud not allow to trigger the workflow , how can I approach this? @Override public void execute (WorkItem ...
Hi, I'm wondering what the best practices are when dealing with translation of internal links (content paths) in page content.E.g. translation from NL to FR > /content/www-site-be/NL/page > /content/www-site-be/FR/page We noticed that the language copy (create structure only) workflow updates the c...
Hi All, We have a requirement to send AEM Inbox notifications in custom AEM workflow process step. In this custom workflow process, we are reading a file and creating pages by reading the data of that file. We need to send different Inbox notification messages based on different conditions. So, I a...
When referencing the AEM Query Builder Cheat Sheet, I am noticing that the fulltext relPath is referencing `jcr:content/@cq:tags`. However, on the same page, there are references to `jcr:content/cq:tags`, and I feel like I've seen `@jcr:content/cq:tags` in other places. What is the correct usage he...
Normally, in web development, it is best practice to use classes on html elements and id's are rarely used. At my organization, seems like id's are being put on authored components a lot and that is used for adding style changes. Is this bad practice or is this regular practice in aem?
I am currently trying to add the options within my sites Page properties -> Advanced Tab where it allows the user to define robots tags as well as the checkbox for generating a sitemap. Right now my templates do not have these options anywhere and I want to add these to my template dialog so I can u...
We've created a directory in Admin Console as per the steps mentioned in https://helpx.adobe.com/enterprise/using/create-directory.html. We are using a SAML provider other than Azure AD or Google.Normally when a user logs in it also pulls in group association and if the group doesn't exist it gets c...
Our AEM site content is not showing up when hitting the SSL address and our public IP from our Dispatcher webserver using IIS. The content is generated successfully on the author instance, it gets replicated successfully on the dispatcher instance at http://localhost:4503/content/xyz/en/webpage.html...
I'm trying to ascertain when pages on my site were first stood up so I can create a report that lists the date each page was created and the URL or puts all those pages in order based on when they were created. I've tried to find the information I need before I posted a question, and I apologize if ...