Register Now: https://adobe.ly/48222Yo Session Details Discover the brand-new AEM Assets landing page—a redesigned, narrative-driven entry point that brings together key capabilities, user journeys, and strategic features of AEM Assets in one place. This session will walk you through how the new l...
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,I'm trying to upload external gif image programmatically using com.day.cq.dam.api.AssetManager api but it is not working as expected. i'm able to upload external jpg and png images.example : Fat Cat Success GIF - Find & Share on GIPHY For above gif content type is html not gif is that is the iss...
Hello,I am having 2 issues currently on AEM 6.4 when trying to integrate with Adobe Campaign Standard. Issue 1:There is no Adobe Campaign Profile page template available (I can't see where I can make this template available either). And the documentation I am following is : Creating Adobe Campaign F...
Hi,I would like know the case-sensitivity of the UUID generated in AEM.Currently I see the UUID is generated,UUID represented as 32 hexadecimal digits and displayed in five groups separated by hyphens in the form 8-4-4-4-12 for a total of 36 charactersTechnically in Hex decimal system there is no up...
Adobe Experience Manager on Microsoft Azure.Dear All,Does Azure Storage Type Table is Supported by Adobe Experience manager on Microsoft Azure Platform?I am trying to store the AEM Lead generation form data in my application in to Azure Storage Table. Which works completely fine as a standalone J...
Hi,I have a multifield component in rtouch UI and its values are getting saved in JCR:content as a node property in the form of string[]. Now I am retrieving the array inside javascript use(function(){}) and iterating over the object using data-sly-list. Below is my code:var linkObj =[{"title":"SAS ...
I'm building some tests and I'm finding an issue while trying to create a new test with JCR_OAK[main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Found a new index node [reference]. Reindexing is requested[main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Reindexing wil...
Is it possible to achieve DOM manipulation inside use function by accessing document and window objects? If not do we need to create a separate js file to achieve this? Currently in my component I have one JS file inside clientlibs which only deals with DOM manipulation and the other one which uses ...
Hello,I want to save a new tag in a specific namespace from a tag picker.I set a tagpicker, with allowCreate=true, mapped on a namespace (tagsPath property):- When I open the tagbrowser, I can see the tag of the selected namespace - But when I write a new tag in the tagpicker, it is created in the "...
Hi Everyone,We are trying to do in-place upgrade from AEM 6.3.1.2 to 6.4 in our dev environment vy following the official adobe documnetPerforming an In-Place UpgradePreparation of the AEM Quickstart jar file Stop the instance if it is runningDownload the new AEM6.4 jar file and use it to replace t...
Hi!I am working on migrating some bundles from AEM 6.2 to 6.4 and I ran into the following issue:I have an Activator.java in a bundle with the following code:@Overridepublic synchronized void start(final BundleContext bc) throws Exception { myBundleContext= bc private ServiceTracker<HttpServ...