I want to track the user activities on the assets like updated, added rendtions, deleted etc.., any leads here please? version AEM 6.5 I dont want to use any analytics as such.
Hi, I'm trying to follow the AEM WKND sites tutorial, I successfully generate the project using archetypeVersion=35 and aemVersion="6.5.0", but after creating the Basic Components page, the page has no content and no component available. I'm using AEM 6.5 for my jar file. I also check my WKND Site P...
I know some of the indexes are OOTB from Adobe in cqPageLucene. I need to add additional index such as pageReplicationAction in cqPageLucene so I would like to see if the .content.xml would be correct like below: <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:oak="http://jackrabbit.apache.org...
Hi, Does anyone able to retrieve cq:lastReplicated in JSON output as String? I am using Query builder to retrieve query result. ValueMap properties = hit.getProperties() if (properties.get("cq:lastReplicated") != null) { LOGGER.info("Published Date" + properties.get("cq:lastReplicated").toString(...
Hello community,I've been trying to wrap my head around the tagfield and all of its nuances and discovered a couple of issues that may be bugs. Either that or I'm not understanding how tags work. Here's my dialog markup for the tagfield:<themeTags jcr:primaryType="nt:unstructured" sling:resour...
Hi All,Can anyone please suggest me what is the best way to resolve AEM production issue when using on Prem environment.? Any product issue example will be great to understand the approach so that I can help my team
Hi all,i need to connect AEM author as a Cloud Service to to the enterprise ftp. I've everything I need for the requirement, and I've it running in my local environment.But I've a problem when configuring fort forwarding in cloud.As we know FTP in Passive mode returns random ports to perform the dat...
Hi All, We are migrating from AEM 6.5 to AEM Cloud and wanted to utilize the preview tier on AEM cloud to preview the content before publishing.Currently the website is using SAML authentication.There are 2 requirements related to the preview tierA particular user group with permission can access pa...
I am trying to show Google material icons in AEM dialog.Google icons - https://fonts.google.com/iconsI have seen a similar approach for font awesome using graphiciconselect in ACS commons.<icon jcr:primaryType="nt:unstructured" sling:resourceType="acs-commons/components/authoring/graphiciconsele...
I am trying to set a cookie through dispatcher and I using the below headerHeader set Set-Cookie "currentCountryNames=Indian; path=/" It works fine with static value, but I need to get the dynamic value through CDN(cloudfront) by using header HTTP:CLOUDFRONT-VIEWER-COUNTRY-NAME . I tried this thenH...