Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm have a page with a template where all the components are configured in initial layout. Now I have created a new template with different resourceType and configured few components in initial layout and few components in structure as per my requirement. Since the page is dynamic and the data comes from a 3rd party service based on the ID from URL, I have to forward the request from the old page to new page which I have created and the ID will be appended to the new page so that dynamic data comes. The old page URL remains same but the layout changes based on the new page.Now I'm facing issue when the components are configured in the initial layout and the components under structure are loading in the page. But when I manually open the new page all the components are loading in the page. String newPath = "/content/aem/en_us/product.html";String oldPath = "/content/aem/en_us/categories.html"Resource res = request.getResourceResolver().getResource(newPath);if(res!=null){RequestDisp
Hi All,I’m currently working in AEM as a Cloud Service, and I'm in the process of creating author groups and assigning the appropriate permissions for my sites.Group A – Read-only accessGroup B – Write-only accessGroup C – Full accessTo achieve this, I am creating groups and assigning permissions as follows: I deny access globally using a rule like /content with deny and rep:glob="/*", then I explicitly grant read access to my specific site using /content/mysite with read permission. That is working fine. However, I'm encountering an issue: when I try to access /content/dam, I'm getting permission errors. Unfortunately, I haven't been able to configure it this way successfully. Could you please suggest how to achieve this setup? Specifically, I want to:Restrict global access to /content/damAllow access only to /content/dam/mysiteIs this possible to configure in AEM cloud? Any suggestions would be appreciated. Thanks
Introduction Holiday campaigns create immense pressure for retail marketing teams. Many multi-brand fashion retailers with extensive store networks face a familiar challenge: creating personalized promotional content for their holiday campaigns across multiple channels, customer segments, and regional variations. Before implementing the AJO-AEM Dynamic Media integration, this process typically involves: Graphic designers creating individual banner versions for each segment/region Manual file management across design, review, and deployment systems 2+ weeks of production time for each campaign wave Limited ability to modify campaigns once launched Let's explore how the AJO-AEM Dynamic Media integration can transform this approach, reducing production time from weeks to minutes while delivering more relevant experiences. The Challenge: Holiday Campaign Complexity A typical retailer's holiday campaign
I am trying to set cookie inside my sling model class but the cookie is not setting. Here is my sling model class @Model( adaptables = {SlingHttpServletRequest.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class TestModel { @SlingObject private SlingHttpServletRequest request; @SlingObject private SlingHttpServletResponse response; @PostConstruct private void init() { Cookie cookie = new Cookie("categoru", "11111"); cookie.setMaxAge(86400); // in seconds, 86400 = 24 hours. response.addCookie(cookie); // server response response.setStatus(200); } } But I am able to set the cookie successfully when I try to setup a cookie using servlet. Here is my servlet code.@8220494( service = { Servlet.class }, property = { SLING_SERVLET_PATHS + "=/bin/setCookieExample" } ) public class TestModelSer extends SlingAllMethodsServlet {
as above. The servlet would be of class org.apache.sling.api.servlets.SlingSafeMethodsServlet.The OSGI component would be of org.osgi.service.component.annotations.Component.Thank you.
Date: June 27, Friday Registration Link: Here The 5th AEM UG at Tokio Marine & Nichido with Theme: AEM Function Development - Tokio Marine & Nichido Edition Even if the same CMS is used, feature development varies depending on the business and corporate structure. Do you have any original developments? This time, Mr. Furukawa, who became an Advocate in the 2025 Japan Adobe Advocates - AEM division, will talk about the development situation at Tokio Marine & Nichido Fire Insurance Co., Ltd. (hereinafter referred to as Tokio Marine & Nichido). Let's chat with other participants at the Tokiwabashi Tower in Otemachi. ▼About this event:An offline meetup for Adobe Experience Manager (AEM) users.During the networking session (optional participation), you will be able to speak directly with not only the speakers but also the other participants.Please take this opportunity to further deepen interactions between users and liven up the users' group. ▼Target audience:Ado
Date: Wednesday, June 18, 2025Time: 8 AM PDT | 5 PM CEST | 8:30 PM IST Join us for an in-depth, technical walkthrough of Adobe Experience Manager (AEM) Sites Optimizer. A cutting-edge, AI-first solution designed to improve your website’s performance and impact. What to Expect: Discover how Sites Optimizer uses agent-based automation to continuously monitor and optimize enterprise sites. Learn how to proactively resolve SEO issues, improve page speed, and refine user journeys with actionable insights. See how it empowers both marketers and developers to drive measurable outcomes aligned with business goals and more. Session Recording: Session Presentation: https://adobe.ly/4ek9rVN Session Q&A: Question Answer This question is for Q&A. Answers when you want. My question, does the AEM Site Optimizer work for only AEM sites or other sites (Commerce, Dreamweaver, .NET, or Java, etc.)? AEM Clouds only at this stage: AMS, CS with publish tier and EDS. Is thi
Date: Monday, June 23, 2025 | 4:00 to 7:00 PM EST In-Person Registration Link: Here Now that Adobe has 3 very-different and powerful experience platforms on-offer at the same time, which is appropriate for your workloads and personnel? We tackle some of the hard questions with Adobe's new products at our first AEM Mid-West User Group meeting in Columbus, Ohio! Join us at 4pm on Monday June 23rd for a lively discussion of the following topics - all are invited! What does the new AEM 6.5 LTS offer, and is it still a good idea to stay on AEM 6.5 in 2025?What's the real scoop on its end-of-life plans? How does AEM 6.5 LTS differ from AEM as a Cloud Service? Is Edge Delivery Services a viable option to migrate to, and what are the trade-offs? Can Edge Delivery Services offer the same power and flexibility as AEM 6.5 when it comes to localization & rollout of complex sites? Are all of Adobe's new AI products such as Site Optimizer, Experience Catalyst, and practica
I added new module in magento to extens product attributes in graphql. Now I get the extension_attributes in POSTMAN."extension_attributes": { "website_ids": [ 1 ], "downloadable_product_links": [ {
We're getting BPA warnings about too many child nodes (1000+) under xmpMM:History in our AEM DAM assets (e.g., /content/dam/2015/2015-05/ABC.pdf/jcr:content/metadata/xmpMM:History). The recommended value is under 100. Seeking advice on: Reducing child nodes under xmpMM:History. Impact of ignoring this warning. Preventing future occurrences. Automation options for resolution. Any help is appreciated!
I am the software license manager for a Dod organization. Our Cyber Security team has an IAVM for Adobe Experience Manager 6.5.23.0 service pack/fix. I can't seem to locate it. Any assistance is greatly appreciated.
Hi, I created a sample letter in correspondence management (aem 6.5.22), always post process field is coming empty, I tried to create a new workflow model under tools, added a custom workflow code as well but the not getting displayed the post process. I updated the "Adobe LiveCycle Client SDK Configuration" for username and password.Please let me know if any of you have any idea to resolve this issue. Thanks in advance.
Hi guys, I have a task to extend RTE toolbar with some custom button on AEMaaCS in new Content fragment Editor I went through the Adobe documents like thesehttps://developer.adobe.com/uix/docs/services/aem-cf-editor/api/rte-toolbar/https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/extensibility/ui/content-fragments/examples/editor-rte-toolbarBut there are just a simple examples of simple button. I could not find any API documentation with all available options. For instance, I have no idea how to make the button showing some dropdown with some predefined options on click instead of just inserting or replacing selected content.
Hello Workfront System Admin community, I'm wondering how you manage the intake of your work from a business perspective. Aside from creating WF admin request form and queue, do you also use Jira, or something similar from a developer point of view. for example, someone would write the user story, someone works on the user story and someone validates that the work was completed in Workfront. Can you please share how you manage this at your company?thanksJennifer
Welcome back to the Marketo Community Lens - June Edition! In this series, we highlight the most impactful and exciting announcements that will improve your capabilities as a best-in-class marketer. This edition highlights some resourceful updates including an AMA on Advanced BI Analytics, a feature which launched on June 1st, 2025, an announcement on using AI-driven Predictive Audiences to revolutionize targeting, and a Self-Service Flow Steps blog for unlocking limitless integrations. Plus, Adobe's September security upgrade and Dynamic Chat's smart routing are reshaping how we automate. Don't miss these game-changing updates - dive into the full newsletter now! Highlights Business Practitioner Exam Guide: Transform your Marketo knowledge into certified expertise with comprehensive guidance for both Professional and Expert practitioner exams. The 110-minute Expert exam contains 50 questions requiring 32 correct answers, covering advanced campaign logic, database manage
Could someone please confirm if, as of October 25, 2024, it is possible to override the default version purge configuration in AEM as a Cloud Service? The documentation suggests a future configuration option (in mt.yaml) to override this setting—is that correct?Currently, it seems that versions are retained for seven years with no limit on the number of versions until a future update is released. Is this accurate? Link - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/maintenance#purge_tasks
Workfront is powerful—but not all-encompassing out of the box. Sometimes you need Fusion to close the gaps on those repetitive processes. Ericsson tackled that common challenge: users manually entering project expenses across disparate systems. Huge thanks to Lucas Brito (@lucasbrito), Marketing Tech and Analytics Manager at Ericsson, who led this session, sharing how Ericsson extended Workfront to capture true event costs, streamline financial visibility, and reduce manual errors—ultimately making the process simpler and smarter for everyone involved. Lucas explained the integration of Fusion with various systems, including SharePoint, Power BI, and SAP, to automate the expense reporting process, and even jumped into Fusion for a live demo! If you missed our session, we have links to the slide deck, recording, and resources below. Workfront slides with resources Lucas’ Fusion presentation slides Recording Are you just getting started with Fu
Hi, the article "URLs authored under /language-masters aren’t being correctly localized in corresponding live copy page" ,provided a resolution for the Issue/Symptoms stated. The first step is the following.Access configuration manager:Go to the AEM Web Console Configuration Manager by navigating to http://<AEM-Instance>:<Port>/system/console/configMgrWhile this is possible on my localhost on port 4502, how can this be accomplished on AEMaaCS environment? When tried, I get the following error.https://author-p******-e********.adobeaemcloud.com/system/console/configMgrAccess to author-p******-e********.adobeaemcloud.com was deniedYou don't have authorization to view this page.HTTP ERROR 403 With regards to <AEM-Instance>:<Port>, what port number can be used for AEMaaCS author environment? Thanks!
In the digital age, having a deep understanding of your customers’ journey is essential. Adobe Customer Journey Analytics (CJA) enables businesses to connect, analyse, and act on data from all customer touchpoints in real-time, making it easier to make data-driven decisions. Let's explore some of the most impactful features of CJA: Unified Cross-Channel AnalysisCJA connects various data sources—web, mobile, CRM, call centers—into one seamless view. With a unified dataset, businesses can understand customer behavior and gain deeper insights into their journey across different platforms. Freeform Analysis for FlexibilityCJA’s Freeform Analysis allows users to drag and drop data into customizable tables, charts, and segments. It’s a flexible and intuitive workspace that lets you build custom reports with ease. Data Views and Schema FlexibilityCJA allows users to create tailored Data Views, offering flexibility to structure data according to specific business needs. Teams can customize di
I have done the AEM setup using the below version of quickstart and forms addon. After installation i have created a sample form got the "guidelib is not defined" error becoz of this i was not able to use a custom methods in edit rules. Please let me know do i need to install any sp or other packages. Thanks in advance.
Let’s see how to integrate AEM with Azure SDK for uploading AEM assets to Azure blob storage. Recently i worked on a very interesting use case, where we need to move old/deprecated assets that are no longer i use to a separate storage on Azure and remove them from AEM. In order to achieve this we need to first integrate AEM with Azure SDK and then write a custom servlet to the job. The major challenge that i have faced is adding dependencies for Azure SDK in our pom.xml on AEM as Cloud Environment. So, In this tutorial we will cover:-How to integrate AEM with Azure Storage SDK.Sample code for uploading Asset from AEM to Azure blob storage along with custom Metadata.Troubleshooting and limitationsFor more details please visit. Integrate AEM with Azure Storage SDK on AEMAsCloud
Update: Promotion has ended.As the new year approaches, it’s time to focus on making 2024 your most successful year yet. What better way to kickstart your professional growth than by becoming Adobe Certified — for free? The Adobe Digital Experience Certification Program is offering an exclusive holiday promotion that makes it easier than ever to invest in yourself and stand out in the new year. This is your chance to embrace new opportunities, sharpen your skills, and get recognized as a leader in your field. View the promotion details to get started today! Best Regards, The Adobe Digital Experience Certification Program
I'm the admin for my instance, and our field service support team asked me if there was a way they could track service calls in Workfront.Currently they use an Excel spreadsheet that includes details of the call, who answered the call, how the issue was resolved, etc. There are also a variety of year end reports in the Excel spreadsheet.We sell our product through OEMs, so there aren't a high volume of service calls, only 1-3 a week during heating season.The team wants to explore Workfront as an alternative to licensing additional software such as Salesforce.Is anyone already doing this? Would you mind sharing how you have it set up and any relevant lessons learned?Thank you!
Shout out to Andy Schneider for letting me brainstorm with him! It’s been a question many of my clients have had, particularly with the announcement of Customer Journey Analytics B2B at Adobe Summit this year: where do I use Marketo Measure vs. other B2B analytics tools? It’s important to understand that attribution is a specific subset of analytics. Analytics, particularly journey-type analytics, focuses on analyzing overall business performance, customer behavior, and marketing campaign effectiveness, while revenue attribution – such as that provided by Marketo Measure - specifically focuses on measuring the impact of individual touchpoints and channels on lead and sales conversions within the B2B customer journey. B2B journey analytics involves collecting, analyzing, and interpreting data about various aspects of a business, including customer behavior, sales performance, marketing campaign results, and overall business operations. Its goal is to gain insights i
We’re thrilled to share with you that Adobe Real-Time CDP was named the highest designated leader in Everest Group Customer Data Platform (CDP) Products PEAK Matrix Assessment 2025! It is truly an honor to have received this recognition and validation, and to have done so for the second straight time; we were also the top leader in the inaugural edition of this report, which published in 2023. We take this report as strong validation that our vision and current capabilities are meeting customers’ expectations at this critical time. Everest Group shared that “Adobe has a strong global presence through an extensive technology and SI partner ecosystem”. In their report, Adobe was recognized for: A strong global and ecosystem footprint – the ability to service customers of all types and geographies, supported by our strong partner network Cleanroom investments to solve for acquisition strategy – helping enterprises solve for top of funnel use cases with innovative technolog
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.