Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi, After creating experience fragment, clicking on Open from the success dialog, url is getting encoded and throwing page not found issue when accessing from dispatcher. Url is encoding from / to %2F when trying in local instance. Fix:Go to below node and override to /apps:http://<host>:<port>/libs...
How to Retrieve Files from Sharepoint Library with AEM Custom Component by Jakub Olszyna Abstract This article shows how to easily integrate your AEM component with Sharepoint and retrieve all files from specified library using Microsoft Graph API. Requirements 1. AEM 6.5.x 2. Java 11 3. An applic...
AEM Forms with Adobe I/O Runtime by Pankaj Singh Abstract We often come across use cases around pre-filling and the submission of data using AEM Forms from/to external databases (DBs). Out of many possible solutions possible to address such use-cases, one solid contender is a modular services based...
AEMaaCS - Setup JDK11, Author, Publish and Dispatcher by AEM Lab - Arun Patidar Abstract This tutorial walks through setting up a local development environment for Adobe Experience Manager (AEM) using the AEM as a Cloud Service SDK. Adobe official document Adobe Experience Manager as a Cloud Servic...
Externalizing URLs in AEM by AEM Queries & Solutions - Nikhil Abstract In this article we will discuss on how we can configure a Externalizer and use it in AEM code. Lets understand what is the use of Externalizing the URLs. Externalizer is an OSGI service using which we can update a resource path...
AEM 6550 - Extend AEM Asset Picker Card View to select Image Smart Crops and Video Dynamic Renditions by Sreekanth Choudry Nalabotu Abstract Solution 1) Login to CRXDE Lite (http://localhost:4502/crx/de), create folder /apps/eaem-asset-selector-card-show-dyn-renditions 2) Create the following nt:f...
Hi All, After migrating to touch UI, we observed that few pages are getting infinite height added.This seems to be popular issue while migrating from classic UI to touch UI. It is I guess due to our CSS files have height defined for few elements in vh, position absolute + height 100% which really d...
Hi All, In classic UI implementation we have below JS code which is including a config dialog on a page. <script type="text/javascript" id="cq-gen73"> CQ.WCM .edit({ "path" : "<content_path>", "dialog" : "<dialog_path>",...
Hi All,We have a scenario where-in we have to send the page experience in Author which also contains Annotations as PDF to MRM system. Is there an OOB feature that we can use to generate Annotated AEM Page as PDF?. If not, what can be the possible options to generate PDF of Page containing Annotatio...