Hi team ,I am trying to generate reports via OOB Asset reports.I am accessing the URL http://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html to generate the reports.The problem i am facing is that on the "custom columns" section i need to add the "related" info for an as...
So the site recently shifted on AEM and underwent a full transformation. However, we realized that www and non www version of the site exists and we only wish to keep the www version. How to fix this in AEM?
Hello everyone,We are currently migrating our applications from AEM 6.1 to AEM 6.4. One of these applications makes use of SQL2 to access certain nodes.While these queries give expected results in AEM 6.1, the same query gives 0 results in the 6.4 environment.The content nodes are the same as we bui...
hi,we are migration sites from AEM 6.1 to 6.4one of my site was developed in site importer.since it is deprecated in 6.2 itself.i tried moving entire content folder as package to 6.4but when i try to open file in my local as localhost:4502/content/globepage.htmlit gets downloaded instead of opening ...
Hey everyone, I'm facing an issue with my HTL code and contexthub personalization (Targeting).The thing is that I've a validation using wcmmode.edit. Something like this:<sly data-sly-test.authorMode="${wcmmode.edit || wcmmode.preview}"/><div class="${authorMode ? 'author-mode' : 'full-width'}">My t...
Dear All, One of my requirement for adding the styles to the teaser is as below. The teaser background color should be blue , as shown in below figure.For this I have created the hometeaser.less file with the below contents./* MCK teaser home */.cmp-teaser--home { .cmp-teaser{ .cmp-teaser_...
Hello Everyone,Can I ask a question ?How can I fix javax.jcr.nodetype.ConstraintViolationException: No default node type available for /bin/rcc ?24.12.2018 12:58:45.547 *ERROR* [0:0:0:0:0:0:0:1 [1545674325541] POST /bin/rcc/solution/poc/venue HTTP/1.1] org.apache.sling.servlets.post.impl.operations....
Hello Everyone,Can I ask a question ?I want to know how to call ajax when I click a button in aem programmatically?Can you show me the source codes for it ?
Hello Everyone,Can I ask a question ?How can I create new CQ Page programmatically?For example, I want to create new CQ page(menu1, menu2, menu3,…) in Menu folder programmatically.