Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Adobe Experience Manager: Reporting on User’s Last Login Date by Albin Issac Abstract In this tutorial let us see the details on how to build a custom user report in AEM to get the user profile data along with last login details. AEM won’t provide any OOTB feature to track the last login details of...
Hi All, Just wanted to keep everyone looped in here for a product issue with AEM 6.5.6.0 with iparsys. Noticed after upgrading to AEM 6.5.6.0 the iparsys is not working on the child pages and it still inherits the content from the parent page even after disabling the inheritance.Adobe also confirmed...
Calling all Experience Manager developers and architects. Three winners will get a $1000 Amazon gift card! Are you writing custom code every time you plan an Adobe Experience Manager implementation? Do you think out-of-the-box components may work for others, but not for you? Digital Foundation Blue...
Hi All,I have created AEM maven project with archetype 13 but I'm getting below error in pom.xml,"Missing m2e incremental build support for generating the bundle manifest, component descriptions and metatype resources. Please use the provided Quick Fixes on this issue to resolve this". Could anyone ...
Integrating Adobe Experience Platform Decisioning Engine with AEM Websites by Stories by Jaemi Bremner on Medium Abstract In this Digital Era, we are served with a targeted ad the minute we browse through a website. Therefore, companies are prioritizing to deliver authentic, useful, and personalize...
Using Project Lombok in AEM Sling Models | AEM 6.5 | Java 11 by AEM Queries & Solutions Abstract Most of the time in our projects we end up creating plain Sling models for dialogs value or for some performing some operations. In some cases we just need a plain Sling Model where we just want to Inje...
Code snippets - XML Add-On by Techrevel Blog - Aanchal Sikka Abstract Get allowed Document State transitions for an asset. The API will return next allowed document state transitions for the user identified by userID attribute JSONObject jsonResponse = ProfileService.getdocstateinfo(new String[] {...
API - Fetch all DITA Map dependencies by Techrevel Blog - Aanchal Sikka Abstract Sharing a code snippet that would help you retrieve all dependencies of a DITAMAP. This includes: 1. DITA Map itself 2. Associated Topics 3. Assets used in Topics like Images In particular, following is the snippet fet...
Seven Quick Wins for Better Adobe Experience Manager Website Performance by Bounteous Abstract Performance is often an afterthought for websites developed on Adobe Experience Manager (AEM). We inherit AEM code bases all the time, and it pains me to see that the basic features to improve a website’s...
AEM 6550 - Touch UI Rich Text Editor, configure emptyText by Sreekanth Choudry Nalabotu Abstract Goal Configure emptyText property in Rich Text Editor (RTE) configuration to show placeholder text before entering content... Another way is probably using CSS hack like below and setting data-eaem-pla...