In AEM 6.2 SP1 when user creates translation project Title of the project is used for creating the projects folder and this is not available on the actual projects inside folder. These actual projects are named by language codes. Translation connectors cannot read the folders as they have scope on p...
Hi Team, This is the code written to build the packages. I am running this in AEM6.2. It's returning the below error "Unable to compile class for JSP: An error occurred at line: 51 in the generated java file Only a type can be imported. com.day.cq.packaging.CQPackageManager resolves to a package A...
I used to see "Share This" feature under the cloud services in AEM 6.1, but I don't find it in AEM 6.2. Just wonder if this feature is dropped off by Adobe in AEM 6.2 or do we have to install additional package to get it? or is there another feature replacing this one. Thanks.Share ThisEnable site v...
1. Create a multifield dialog in touch ui. Based on selection of the dropdown either to show or hide the textfields below it. After re-opening the dialog, the field should either hide or show based on the selected value.2. Create a multifield dialog in touch ui. Based on selection of the dropdown, r...
hi Guys,Do we have some out of the box Magento importer in AEM 6.2 ? I see a screen in the below developer doc but NOT able to find in 6.2.https://docs.adobe.com/docs/en/aem/6-2/administer/ecommerce/magento.htmlPlease find below the SS. The screen itself looks different. Hope I am doing at right pl...
Hello,I see a lot of nodes under asset metadata/xmpMM:History.Why AEM extract this metadata from binary into nodes?Can this affect performance if xmpMM:History contains 5000+ childs?Thanks in advance!
Hi, I am using JCR_SQL2 Query and below is my queryString queryString = "select [jcr:path], [jcr:content/jcr:title] from [cq:Page] as a " + "where lower([jcr:content/jcr:title]) like '%" + term.toLowerCase() + "%' and [jcr:content/hideInSitemap] is null a...
Hi,We want to fetch wcmmode value in our custom Javascript file, based on mode some condition needs to be executed. Can you please let us know ways to fetch those.We have tried usingif(!CQ || !CQ.WCM || !(CQ.WCM.isEditMode(true) || CQ.WCM.isDesignMode(true))){}but it says CQ is null, though CQ objec...
We are having the following issue (AEM 6.1):1) Page A exists with alias: 'playground'2) We've opened this page through our dispatcher using the alias 'playground' > everything works as expected3) We remove Page A4) Create a new Page B with the same alias: 'playground' on the same location Page A was...