Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, I have an interesting use case of joining Journey and email name/id data with profile identifiers in order to make an export to HTTP destination.With Email Tracking Dataset I could see the Journey and email details with ID Map, however we are not using ID map for identities, so was wondering how we can join the primary (customer ID) and secondary ID (email) along with Journey & email sent info. Looking for your suggestions!Thanks
How would you write such a condition?
Hi Team, We are using AEM 6.5 On-premise application hosted in aws ec2 linux servers. On trying to update the current version of AEM from aem-service-pack-6.5.19 to 6.5.22/6.5.23 we are facing issues with successful installation of service pack and it's not getting completed with below logs in error.log Even waiting for long time the installation is not getting complete.We are using AWS s3 data store and with in the install folder we have configs related to s3 datastore and the size of repository datastore is about 39GB. Also updated the oak-blob-store version from 1.22.6.jar to 1.22.22.jar 22.07.2025 09:14:01.226 *INFO* [Thread-1939] updater.aem-service-pkg Service [15057, [org.apache.sling.installer.api.event.InstallationListener]] ServiceEvent REGISTERED22.07.2025 09:14:01.876 *INFO* [Thread-1939] com.adobe.granite.installer.Updater Waiting for installer to install/process packages...22.07.2025 09:16:49.440 *INFO* [oak-ds-cache-scheduled-thread-1] or
Hi there, I came across the documentation stating that Recommendation activities are not supported when using the SPA Visual Experience Composer (SPA VEC).Document reference - https://experienceleague.adobe.com/en/docs/target/using/experiences/spa-visual-experience-composerI would like to confirm whether it is technically feasible to implement Recommendations in a Single Page Application environment. If not supported directly, are there any recommended workarounds or best practices to achieve this functionality?Appreciate any guidance or implementation references from the community.
I would like to delete a Master Project in AEMaaCS but it seems like that option does not exist. If I mark a Master Project as inactive, it still displays in the Project Master dropdown when using the Update Language Copies functionality from Sites. I am an administrator and owner of the Master Project in question. Is there a way to delete an unused Master Project?
Work is evolving faster than ever - and we need your help to shape what's next. Are you involved in strategic planning for marketing campaigns, big initiatives, or resource allocation? If so, this quick 5-10 minute survey is for you. Your input will help us zero in on the tools, challenges, and solutions that matter most to you. Coming soon: We'll send out another survey in two weeks focused on centralizing work & governance, project management, and content execution - plus how to measure work effectively. Help us build the future of work - together. Thanks for being part of the journey!
We have a lot of custom fields that naturally work well in sequences. Unfortunately we don't always use all of them in the report prompts as some are not initially needed. However when someone requests a prompt be added, I find I have to delete a lot to then build and order them in an intuitive way per the other user reports. I would love a way to drag and reorder, similar to the custom form builder.
Huge thanks to @anfernan for guiding us through best practices for implementing Workfront Planning and to @lilitm for answering all of our chat questions! For more information on what’s coming next for Workfront Planning, be sure to bookmark the Adobe Workfront Planning Release Activity page on Experience League. If you missed our session, we have links to the slide deck, recording, transcripts, and some additional resources. Slide Deck PDF Recording Transcripts Link to register for the August 28th event As we mentioned during the recording, here are the previous sessions and resources! [Event Follow-up] Learn: Chart Your Course to Success with Adobe Workfront Planning March 14, 2025 with Adobe Workfront Planning [Event Follow-up] Start Fast, Scale Smart: Activating Team-Level Success with Workfront Planning May 28, 2025 [Event Follow-up] Summoning Success: Unlocking the Latest in Workfront Planning 6.26.25 
Most of the time, when I do a basic search for something, like a keyword, it finds much better results than in a report. It would be amazing if the results from a search could also be exported to Excel. Is this a function already and I am just not seeing it?
Hi there, Is there any option to include "Signature" by default in update section. Thanks,Vino
We have custom RTE component. We added styles plugin as per https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/configuring-and-extending/configure-rich-text-editor-plug-ins#activateplugin But still it is coming as empty. It is showing in network request.AEM version : AEM as cloudPlease help me here.
Hi, We are dealing with a text delimited field and need to convert it to an array for reporting. A Derived Filed is created and using the Split function for this, however, found that it seems only the first 10 items in the string are converted. For exmaple, The original string field value is "A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12". The output array from the Split function only shows A1 to A10 i.e. without A11, A11. Is there something missing or it's a known issue/limitation? Thanks, John
Hi,How to purge the asset version in aem programmatically?Configured OOTB Day CQ WCM Version Manager configuration to purge the versions but in this case not all the versions getting purged atleast 1 version will be there in the asset. Tried to get version programmatically and delete the versions but same issue here as well purge will work only if the versions are more than 1. VersionManager versionManager = session.getWorkspace().getVersionManager();VersionHistory versionHistory = versionManager.getVersionHistory(assetPath);Iterator<Version> versions = versionHistory.getAllVersions();while (versions.hasNext()) { Version version = versions.next(); String versionName = version.getName(); String versionPath = version.getPath(); if (!"jcr:rootVersion".equals(versionName)) { versionHistory.removeVersion(versionName); }} I want a code which deletes all the versions of asset. Just keep the original version.I tried deleting the property "mix:versionable
Hi, I have pulled out a data warehouse report and added a column - Date Range Hour. How do I read the data now?
Hi, We created a new title component under my project folder with sling:resourceSuperType: core/wcm/components/title/v3/title. And for title component dialog we are having 2 fields one is jcr:title and the other is heroText. For heroText we used sling:orderbefore property to show only one sibling field i.e jcr:title. And we are having one more field on our custom component dialog i.e Type/Size(to select the header tag i.e h1,h2,etc). And this title component were used in multiple shelves and other components. But i am facing below two Issues by using the title(v3) component.Issue1: Suppose i have one shelf i.e single article and in this single article shelf i included title(v3) component. When i add this shelf on the page if i open the singlearticleshelf dialog and i am closing it then i am opening the title(v3) dialog. Where i can see two textarea fields and two Type/Size dropdown fields one is from core and the other is from custom component even though i am usi
Hello, If we open the publish url for an adaptive form on our desktops, phones and tablets, the form is responsive. If we embed the adaptive form into a content page in sites, publish the page, and then open the published page, the form is no longer responsive. If we switch between screen sizes in the Edit and Preview mode for the page, the responsiveness appears to work fine. However, when we open the published page on our phones and tablets, the form is only rendering as the desktop screen. We do not have "Desktop site" or similar options selected on our phones. Has anyone else run into this issue? Can you provide insight on what may be causing this and how we can fix the issue? Note we are working on AEM as a Cloud Service, not 6.5. Thank you!
We have several websites running on AEM 6.5 (On-Premise), including both traditional template-based and headless implementations. For the headless sites, we've implemented a custom caching layer to cache persistent query results as per specific business requirements. We also have Dispatcher and CDN level caching which also caches persistent query result.What’s the recommended approach to invalidate or clear this custom cache when Content Fragments are published?
I have contaner component, for that container I need allow few list of components, for that I have created a component with cq:designDialog with allowed component. in html I added parsys below are the files.cd:designDialog HTMLcomponent.xml cq:policy of my componentbut whenever try to add allowed components components on page through that parsys, I didn't see any allowed componentsany help to fix this
Hey guys, I am trying to add a new dependency with the objective to create CFs programatically.I added the below dependency in my core pom.xml<dependency> <groupId>com.adobe.cq.dam</groupId> <artifactId>cq-dam-cfm-api</artifactId> <version>1.10.0</version> <!--${aem.sdk.api}--> <scope>provided</scope></dependency>But my build log is giving the below error - [ERROR] Failed to execute goal on project ctcweb.core.bundle: Could not resolve dependencies for project com.abc.aem:abc.core.bundle:jar:1.0.0-SNAPSHOT[ERROR] dependency: com.adobe.cq.dam:cq-dam-cfm-api:jar:1.10.0 (provided)[ERROR] Could not find artifact com.adobe.cq.dam:cq-dam-cfm-api:jar:1.10.0 in adobe-public-mirror (https://repo.adobe.com/nexus/content/groups/public/) Any suggestions would be appreciated! Thanks,Nagesh
Hi,When we try to move the page, the page gets moved in the destination and existing page gets deleted. This is working fine for blueprint pages. But,when we check the live copy of that page, the page got moved to the new location and the existing page remains in the old location. I have added pagemoveaction config and also tried to overlay the orderlist and ordered pagemoveaction config above the standard rollout config. Still the issue exists. Thanks,Abirami
I want to display additional information on my activity url, this information will chnage based on a CTA link from customer emails, the Activity URL + Unique query string. Is it possible to create one audience using the query strings OR do I need to build individual audiences for each string? and what component structure will give the best results. Many thanks
Theoretical question here. But first, let me say that I have already read https://experienceleague.adobe.com/en/docs/target/using/recommendations/criteria/recommendations-algorithms and still haven't found the clarity I'm looking for. Imagine that I want to recommend articles to users who visit a non-article page, such as my homepage. My understanding is that I would not be able to use the "content-similarity" nor the "people who viewed this, also viewed" algorithm in this scenario, because the page needs pass in an entity attribute for the algorithm to anchor on. Am I off base here? However, on a homepage, it would be entirely plausible to use a popularity based algorithm or even a user-based algorithm (such as "recently viewed" or "recommended for you") because these algorithms are not anchored to a specific entity.id. Correct? So my question is this. What happens if I still try to use the algorithm "People who viewed this, also viewed" on my homepage t
Hi, I am unable to find authored value for "id" property in a text component, which is a proxy component for core text component. This is working absolutely fine in local instance, I am able to see <div id=""sample-id"> in local, but not on AEMascs dev.
We are looking for ways how we can integrate and use AEM Content & Experience fragments in AJO.One way we can envision is from URL option in offer decision. Is there any other ways we can leverage AEM to AJO. ThanksSrinivas
I'm using "update" section in Workfront to convey my messages to stakeholders. Is there any option to store my custom email templates and use the same whenever necessary in update section. It would be helpful if we have such option to save time.
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.