Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Team,We’ve recently launched a new Revenue Cycle Model (RCM) in our Marketo instance and have configured our Lifecycle campaigns to trigger based on changes in the Revenue Stage. However, we are noticing an issue where, although the Revenue Stage is successfully updated on lead records (as confirmed in the activity logs), the leads are not entering the associated trigger campaigns. This behavior has been observed for approximately 90% of the leads. To move them forward in the lifecycle, I had to manually run a batch campaign to update their statuses — something that should have been handled by the trigger campaigns. A few points to note:The trigger campaigns are using the “Revenue Stage changes to [Stage Name]” condition.The stage change is clearly visible in the activity history for affected leads.All campaigns and assets involved are approved and active.Attached screenshot(s) show both the Revenue Stage change and the lack of flow activity for the trigger campa
We have a requirement where the client wants to create new templates and replace the existing templates that are currently mapped to existing pages. We have tried using AEM Launches, which works well for single pages, but not for bulk updates. We are now exploring using a Groovy script. Are there any other methods we can consider?
Description - Approval flows are key functions that often support compliance standards or even legal requirements. Retention of the approval information is essential. Lack of retention has consequences that can devasting to a business if they are audited and found out of compliance.Why is this feature important to you - What is the point of an Approval flow function if there is no record of it? To reliably capture approvals, I now have to build a workaround, probably with a custom form.How would you like the feature to work - Retain the decision of an Approval flow indefinitely. Either retain the Approval flow, log the decision in Updates, or both. Bonus points if you give sys admins the ability to lock down the ability to remove Approvals from objects.Current Behaviour - If you associate an Approval with a request, then convert that request to a project, the Approval is removed from the request. There is no place where the outcome of that Approval flow is documented—not the Appro
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 Team,AEMasCS -SitesWe have received a Salesforce form from the business team and were asked to add it to AEM. Our initial analysis suggested using the Embed component to include the form. However, we're considering whether that's the best approach or if we should use Connected Apps instead. This is part of a migration from another CMS to AEM. The business team mentioned that the previous CMS did not have any backend configuration and that they simply used Salesforce forms directly. Given this, what would be the most appropriate way to handle this in AEM?Geo
In AEM text component, where there is a option to add link, can we add links which has authentication requirements ?I have tried adding one, for normal external links it is working fine, when I add a link which requires authentication, AEM link checker is showing it as invalid and it is showing up as broken link on page in Edit mode. How can we bypass this and give that link on page ?one solution is to add this domain in Link checker service config to bypass, for that we have to add multiple domains. Please let me know if there are any other solutions.
Hi everyone,I’m working on implementing structured data markup for paywalled content on AEM as a Cloud Service, and I’d like to add a verification mechanism to ensure that requests claiming to be from Googlebot are legitimate (i.e., through reverse DNS IP verification as described in Google's documentation https://mfpchiesi.atlassian.net/browse/MP-3153 https://developers.google.com/search/docs/crawling-indexing/verifying-googlebot?hl=en ).Before going further, I wanted to ask:Has anyone implemented IP verification for Googlebot within AEM as a Cloud Service?Is it necessary to configure this in collaboration with Dispatcher rules, or can it be handled entirely within AEM?If both systems (Dispatcher + AEM) are involved, what’s the best practice to ensure smooth communication between them? For example, how would you share or pass verification results between the dispatcher layer and AEM?Any examples, guidance, or lessons learned would be greatly appreciated!Thanks in advance,Ad
I am in the process of migrating AEM 6.5 codebase to AEM as a cloud service. In my current code we are using nu.xom for XML elements processing. There are huge number of classes utilising this library. We are using jdk 11 for our local development. The nu.xom is working fine and services are giving expected results in local. But after deploying to AEM cloud instance, my services are not getting initialised .Below is the error we are observing for the service component:Please suggest how to resolve it. "state": "failed activation", "failure": "java.lang.IllegalAccessError: superclass access check failed: class nu.xom.JDK15XML1_0Parser (in unnamed module @0x5a2bd86e) cannot access class com.sun.org.apache.xerces.internal.parsers.SAXParser (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.parsers to unnamed module @0x5a2bd86e\n\tat java.base/java.lang.ClassLoa
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
I wanted to use core wcm components but all of them were not showing. Only a few were showing up and working fine.Then I stumbled upon thisUsing Core Components | Adobe Experience ManagerI downloaded and installed zip packageRelease Core WCM Components 2.29.0 · adobe/aem-core-wcm-components · GitHubAfter this all the components started showing up in CRX but none is workingOn checking the bundles I saw the class implementations were different ( CarouselImpl) whereas in component htl file it was Carousel and path was different . Even after manually fixing it components are not working
Hi, Below is my server configuration,AEM version : 6.5.21Java : 11.0.14Acs commons : 6.0.4 This issue happens in prod environment only, not in local, dev or staging environments.Not sure why this happens in prod environment, I have deploy the code in dev, QA, staging environment it's working fine, but prod environment build the code causing some latency overall on the platform.Attached 2-thread-logs.fileI have attached full error log in file.-21.05.2025 01:10:23.924 *INFO* [162.119.162.10 [1747789823814] GET /content/kp/som/homepage.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl Start building CSS library: /apps/org/kp/som/clientlibs/base (minified)21.05.2025 01:10:24.293 *ERROR* [162.119.162.10 [1747789823814] GET /content/kp/som/homepage.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwableacscommons.com.google.common.util.concurrent.ExecutionError: java.lang.StackOverflowError at acscommons.com.g
Hi everyone, right now I'm migrating my old implementations with data element XDM object. I'm working on inserting the list var and I'm currently having some implementation and data collection problems. First step I have a list var that contains 11 items. I set the data element containing the reference array inside the xdm object. Second step I then loaded the xdm object data element into the rule action by selecting Adobe Experience Platform Web SDK - Send event. I have specific conditions for listvar tracking and I would need to insert a custom javascript code that finalizes the tracking. Can anyone tell me if there is a way to insert a custom code inside the Adobe Experience Platform Web SDK - Send event or if we need to use some other type of action in addition?
I am facing issue with WCM components core bundle and we retail core bundle installation. Both the bundles stay in installed state. I can see few dependencies are not resolved there. How may I resolve them?Please refer below snapshots for better understanding.WCM Components core bundle -Bundle State -Unresolved dependencies -We.retail core bundle -Bundle State -There are no unresolved dependencies in this bundle. But I believe this might have dependency on WCM core components so it's not active.More Details - AEM version - 6.5Service Pack - 6.5.17Archetype - 49core components package - 2.24.6
Hello I'm JiwonIs it possible to calculate the datetime type field on the smart list of smart campaigns based on time? For example, we have the following use case:We want to send an email to customers who registered before 11:00 AM on the event day.Then, for customers who register between 11:00 AM and 3:00 PM on the same day, we want to send a different follow-up email.For the second campaign, we’d like to send an auto-response at the time of registration, without requiring a marketer to manually activate/deactivate the campaign.Is there any way to automate the trigger campaign using datetime logic, rather than relying on manual control?Thanks,Jiwon
We followed the documentation in experience league to tag the AEM Content Fragments that we want to appear in AJO, however we cannot see them in the AJO CF selector. Reaching out to this community to see if you have successfully created AND if there was an additional step you did to connect the environments. We followed this documentation:https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/combine/aem-fragments Do you have this working in your environments?
Hey everyone,I am working on an AEM 6.5.17 and trying to trigger content replication to the publish instance from a custom workflow step. I have injected the Replicator service in my workflow process implementation, but when the step is executed, I am getting a NullPointerException when calling replicator.replicate(...).Here is a simple code:public class CustomReplicationStep implements WorkflowProcess {@3214626private Replicator replicator;@9944223public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) {String payloadPath = workItem.getWorkflowData().getPayload().toString();try {Session session = workflowSession.adaptTo(Session.class);replicator.replicate(session, ReplicationActionType.ACTIVATE, payloadPath);} catch (Exception e) {log.error("Replication failed", e);}}} I registered this workflow properly in OSGI, and it appears in the workflow model, but the error suggests the replicator is null. I even tried switching to @586265, but it didn’t h
Hi Team, I am currently looking to deepen my understanding of AEM Assets (DAM), but I’ve been unable to find comprehensive documentation or structured learning resources. If anyone has useful documentation links or learning materials to get started with AEM Assets, I would greatly appreciate it if you could share them. Thanks!
Here is my understanding of enrichment. If I could please get clarification on this:Observations:When we enrich an audience, system generated intermediary schemas are created (to join the profile schema and look up schema with which the enriched audience was created).Within 24-48 hours, a system generated data set is created (to join the profile dataset and look up dataset).Upon creation of this data set, we are able to then use the enriched attributes for purposes of both email personalization and condition building in journeys.Questions:Are observations 1-3 correct?When I used the enriched attribute in my journey condition immediately after having created my enriched composition, I was not able to toggle my journey into test mode. I got an error stating something along the lines of “the current user does not have access to enriched attribute”. Is this because the system generated dataset had yet to be created to then be able to pull the values.When I use the enriched attribute in my
Are you able to move emails created with the NEW email editor from Design Studio to Marketing Activities? Can you duplicate an email to Marketing Activities? I have not found any posts regarding this topic with the NEW Marketo Email Editor. I am not seeing any way to accomplish this in the UI. Please let me know if there is any insight on this concern. Thanks!
Here are a few issues I've seen from the new Email Editor, and I wondered if anyone had any workarounds.When I go back into a newly created email from my own template, it's showing HTML code instead of the email. When I click 'Edit email content' to edit the email, it will then show it correctly. Is this a bug, or am I doing something wrong?Can I send a proof if I don't have the access level to see the email as a specific person? Since I can't choose a person from the dropdown list, it won't let me send a test.I've created some Fragments to be used like modules did in the past, and have specified that the text and/or image can be editable, but when editing an email, I'm not able to edit anything other than the image or text. Meaning, I'm not able to edit the font size, color, etc. Is there a different approach to this so that the client can drag and drop modules/fragments and edit the font size, color, etc?
This is regarding the AEM upgrade as we are upgrading to AEM SP 6.5.17 and The issue is when we add fields in the nested Multi-field then the focus is wrongly mapped to the first field of the parent or the first field of the first set of the nested field. This issue happens only if the nested multi-field is added inside the tabs. Please let me know if any one experience this issue in AEM SP 6.5.13. Any help is appreciated. Thank you.
Hello,On 10 June, Adobe's bulletin announced the news patch for Magento 2.One of my customers has the 2.4.4-pX version, and I want to update it to the latest patch.I had no problem with the other version, but with this one, I saw that it is not published on GitHub, only the p13.Does anyone know anything about this version? Why hasn't it been published yet? Best regards
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.
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.