Hi, Experience League Community -- We are looking to leverage AEM as a "platform" to power multiple business units, each with their own set of unique websites; and I wanted to ask if anyone had any advice on how we might use AEM most effectively, or feedback if you are potentially using AEM in a sim...
hi, I have content fragment created. It has master, sub-variation-one, sub-variation-two. Use case: change different fields in master variation, expecting changes to reflect in sub-variation. Based on documentation : https://experienceleague.adobe.com/en/docs/experience-manager-65/content/assets/con...
Hi Community, I have been trying to find the way to connect AEM 6.5 with Adobe Analytics, I found tons of information about connecting AEM Cloud but not 6.5. I'm looking for this option in 6.5 but I cannot find it.Could you guide me through the documentation to do it?
Hi,I am trying to integrate Amazon DynamoDB with AEM Cloud, for which I added the below dependencies in core/pom.xml<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>1.12.767</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>...
I am trying to do AEM setup in my local device. I am using AEM 6.5 jar along with java 8, node 22, and maven 3.9.8I start my instance, and as soon as I install the service pack the AEM crashes with error 503, authentication service missing.Initially I was trying to use service pack 6.5.17, I thought...
Hi team, we have written a commit hook by creating a service class implementing EditorProvider, here is the class @component(service = EditorProvider.class) public class AssetMetadataEditorProvider implements EditorProvider { private static final Logger log = LoggerFactory.getLogger(AssetMetadataE...
We have a requirement to fetch the effective ACL permissions on all the pages or assets of an AEM website for all the users. The goal is to determine the list of users who have read permissions or write permissions. The users are generally synced via IDP integration to Adobe Admin Console IMS. There...
Hi Team, Recently we have made a few changes in the filter rules to deny the cross-site content in the current domain. The other filter rules are working fine in PROD but other site content is still accessible on the current domain.Ex: domain 1: www.abc.com/content path of domain1: /content/abc/us/...
Hi Team I have custom content fragments which are having multifield and these will be readonly for one user group. The users of this group are able to view the content fragments in readonly mode but multifields are not coming as it is read only mode. fields which are outside multifield are coming fi...