I have found documentation that I can nest collections in AEM Assets. Can I do the same thing in Brand Portal? And if so how? I want to be able to do this directly in Brand Portal. Not create it in AEM Assets and then push it to Brand Portal.
I am migrating from static templates to editable templates using AEM Modernization Tool but my static template code is in JSP. So, do I need to create a new code base for editable templates or is it compatible to JSP as well? Please guide me, how I can proceed on this.
Hi All, We are currently in the process of migrating to AEM as a Cloud Service. At present, our AEM 6.5 websites are hosted in China using AWS and Akamai. Since AEM as a Cloud Service is not available within China, I would like to understand how website hosting is typically managed for AEM as Cloud ...
Hi guys, I have a project with more than 10 frontend modules, each one having its own component group. Some of them are using the default AEM React module, while others are using a headless Next.js frontend. The problem is that I need to create one component in a different component group that can b...
Hi all, How different environments will be mapped to different runmodes how config.dev will be mapped to dev environment what's the underlying mechanism for this.How the mapping happens.Thanks in advance.
Hi all,We got a requirement to run workflow on parent page to cancel inheritance for child pages of a parent page the inheritance should cancel for child page properties and child page components what's the best way to do this, do we need to iterate through all child pages and then iterate through ...
Hello guys ,I am trying to use Pdfviewer component in my AEMaaCS sandbox instance but even with all configuration given here and here component is not showing on page without any error in console and error-log , below are the steps I have done - 1) ClientId generated for publisher domain site from...
I'm implementing a search feature with the Query Builder API. This is a headless solution in which all content is content fragments, including the site's "pages" This is my initial query and the query works when I search directly in content fragments of type "page"type=dam:Assetpath=/content/dam/tap...
Hi everyone,I am working on a project that requires managing the versions of a resource in Adobe Experience Manager (AEM). I need to retrieve the version timeline of a resource via API. Specifically, I want to distinguish between the following states programmatically:A) Published B) NOT published C)...
We have created a custom Utility class with two functions:1. getResourceResolver()2. closeResourceResolver() Whereever we need to get an object of resource reolver, we call the "getResourceResolver" function inside "try" block and in "finally" block, we call the "closeResourceResolver" function. Re...