On Aem instance 6.5.2 we have a multifield issue related to deletion, steps to reproduce the issue:Drag a component into parsys which have smart image field (sling:resourceType : cq/gui/components/authoring/dialog/fileupload) into the multifieldAdd atleast two items into multifield Now delete the fi...
I have a requirement that i have 5 pages A,B,C, D and E under my site and i need these pages to appear on the Nav bar. Now suppose the author wants to change the order of these pages to display it as A,D,B,C,E in Nav bar. How this can be done? I know it can be done using classic UI by manually movin...
Hi,What is the recommended approach to integration with generic eCommerce back end? Is it advisable to use SPA component to fetch product data from presentation layer (after login) or use AEM eCommerce framework to pull data from commerce back end? Please share your thoughts. Thanks.
In the re-structuring document the below detail is mentioned: Need to understand if the existing scaffolding will still function in its old location and what is the new scaffolding framework that is mentioned here?
Hi All, I'm currently trying to add the google api services dcm/dfa reporting client library to an existing AEM project in order to track offline conversions. I have added the dependancies in both the project pom.xml and the core pom.xml and now all of the pages on the website are returning this err...
Hi,I have applied permissions for my custom group users to enable the Asset-->Reports in path.1./libs/dam/gui/content/nav/tools/assets/assetreports2./libs/dam/gui/content/reportsAfter implement for above the suggested steps in costum user groups able to view the report section.But facing below issue...
Hello There, Need input on the following issue.Issue: Experience Fragments links on the LiveCopy is not being updated based on the locale language.Site Structure:Blueprint page - /content/my-site/en-US/content-page1Livecopy page - /content/my-site/es_ES/content-page1Experience Fragment Structure:M...
Hi,As previously we were creating clientLibs under /etc/designs, and to allow these styles in dispatcher : we use to allow something like# design and template assets /0050 { /type "allow" /glob "GET /etc/designs/*" } # collected JS/CSS from the components and design /0051 { /type "allow" /glob "GET...
Hello, I have a javascript on the exit of a field to populate some floating fields I have formated in a certain way..Script below. Problem is when I run the "xfa.layout.relayout();" it cuases a bunch of other issues.How can I only update the floating fields within static text without resetting the ...