Do you know which is url encoding technique used by aem. Ex. If our file name is "jcr:content" But the encoded path of this file is http://localhost:4503/editor.html/content/dam/specialcharacters/jcr-content then to encode this jcr:content to jcr-content which is the ecoding technique used by aem...
Hi, I am completely new to AEM and would need everyone help. I am creating a form with 2 approval steps.. I can use the "assign task" in the WF but it only allows to view the submitted form in read-only mode. The approver can't change any data... So I would like to build a link that links to the ...
1 - The class is being listed in /system/console/components (and active). 2 - When I entry the url in Sling Servlet Resolver (system/console/servletresolver/) I get this message: Could not find a suitable servlet for this request! 3- When I call it from postman or direct in browser: 4242 TIMER_END...
We post our content directly on the prod environment but we use QA for testing AEM auto updates. We have in all 4 environments - Dev, QA, Stage, and Prod out of which Dev and QA and non-production pipelines. We are having a hard time keeping all these environments updated. Is there a way to replicat...
Hi team, Please help me, regarding show/hide fields based on the dropdown selection in the dialog box --------------------------------------------------------------------------------------------------------------------------- In the dialog box, I have a two fields 1. Dropdown 2. NumberField The dr...
Hi Team, We are facing very weird issue. After every AEM restart, Component edit/config option as well as + options to add new components are not visible. AEM:6.5.11/6.5.13 Problem Statement: First we deployed Project A with archetype 30, all working fine even after system restart.Deployed P...
Hi all, I've been trying to research how to use multiple archetypes in a single AEM project, but have found barely anything. Is there a way to do this? I want to implement REACT's archetype into an existing project which was created with a different archetype. Thanks in advance, Chris
I have requirement to get the list of users who are not logged in last 90 days. I have created ACS commons report and getting the list of users using query. When I am selecting "All Result" option from report page, I am getting "TooManyCallsException" exception. Please find below image for excep...
Hi Everyone, After creating a few content fragment models we started getting the error: "The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped." wherever it checks the uniqueness of a property value in a Content Fragment as well as while creatin...
I know that we can use POST method to make normal GQL query and perform GQL Ops but I wanted to know how can we achieve the same for persisted query, when I make a POST call with variables, I get an error: When I copy URL which takes variables AEM gives URL which looks like this: https://<DOMAIN>...