Hi, I'm trying to utilize the below AEM Query:type=cq:Pagep.hits=selectivep.properties=jcr:pathp.limit=-11_group.1_daterange.property=jcr:content/cq:lastModified1_group.1_daterange.upperBound=2021-10-141_group.2_nodename=gr*1_group.2_property.comparison=likepath=/content/But it returns everything un...
I have a need to use the Edit | Form Options | Export Data feature to convert PDFs to XML. I need to be able to do this programmatically. have done research on the SDK and this maybe a solution. I have Adobe Acrobat Pro 2017 installed. I was to work with the AcroExch COM object in Powershell. This ...
Hi All, I'm implementing dispatcher for the first time and I have a question on statfilefileslevel and statfile.What are best practices to use this configuration in dispatcher. Thanks,Aruna
Hello,I have a requirement to implement 2FA. There will be some pages that require 1FA and other pages that require 2FA. So if the user tries to access a page that requires 1FA, they are redirected to external login page (we're using OIDC). Once 1FA authentication is successful, the user is presente...
Hi All, My site have two publish instance A and B. Now I found the var folder really different. It seems the B is missing a lot of folders (e.g. /var/audit, /var/linkchecker, /var/dam/share) under the /var. The error log file is showing that can't find these path. Does anyone know why this happened...
Hi All, I have a requirement to upload an SVG image such that it retains its tag and values in jsp.For example, if uploaded images has dam path "/content/image.svg", in html element, it should look like "<svg id="CVAD" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1620.33 891"><g id="Section_5" da...
Hello, We may have to change some of the behavior of the sitemap funciton; Since the acs commons sitemap has been deprecated a little over a year ago and the aem sitemap core component doesn't have much documentation or support :I am wondering where can I find the java code being activated once the ...
Hello Everyone,We added /apps/cq/Page/POST.jsp which has AEM forms specific logic to fetch "authToken" and forward request using blow line of code:slingRequest.getRequestDispatcher(currentPage.getPath() + ".html", options).forward(requestWrapper, response);After adding above logic in /apps/cq/Page/...
I am looking to generate asset report with assets on file on AEMaaCS. I have gone through the asset report on AEMaaCS but the downloaded file does not have assets on the file rather has asset name. Is there a way to generate published assets report on AEMaaCS with asset and its metadata on the down...