Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi everyone, We’re working on creating sort of a points system within workfront to help manage capacity. We have designers input their planned hours and actual hours, but it’s hard to get everyone onboard which skews our workload balancer/tasks dashboard. I’m wondering if anyone else has created a system or workflow to help with capacity management? What we essentially would like to do is for each of our groups within workfront to get a set number of hours or points so when it reaches a certain number, they can’t request anymore projects for that month. Any suggestion or how we could implement this?? Any help would be great!
Could somebody explain if Decisioning would replace Decision Management? For new licences starting from now on there would be only Decisioning? In decisioning email is still not available ...
I am trying to configure a button in email such that it can redirect to multiple pages based on value of a profile attribute. For that I am trying to write if else condition. But I am not able to save it. {%#if profile._firm.newslettername= "ABC"%}link1{%else if profile._firm.newslettername= "BCD"%}link2{%else%}link3{%/if%}
I want to get latest publish time of my aem page in publisher instance. I found out cq:lastReplicated is not available in aem cloud publisher also jcr:created is not being updated when i publish the page. And cq:lastModified only gets updated if i make some changes in page and then publish, but i want the last publish time regardless of any changes done or not. So is there any way to get this in AEM cloud? I checked all the properties in developer console and nothing makes the match for cq:lastReplicated in author. Is there any configuration which i need to set up.
Hi all,We are experiencing an issue in AEMaaCS SDK 2026.2.24288 where /var/clientlibs is not being resolved correctly in local environments. IssueIn local SDK only (all developers, clean instances): Requests to /var/clientlibs/... return 404 Sling resolves them as NonExistingResource debugClientLibs=true fails (multiple 404 under /var/clientlibs/.../generated/*.css) RTE toolbar does not render (including Core Components Text) Console shows strict mode error: Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions at createRegisteredPlugins(...) at startEditing(...)Cloud environments (DEV/STAGE/PROD) work correctly. Clean Reproduction Delete crx-quickstart Start SDK: java -Xmx4096m -jar aem-sdk-quickstart-2026.2.24288.20260204T121510Z.jar -r author Open: http://localhost:4502/editor.html/... ?debugClientLibs=true Check: http://localhost:4502/var/clientlibs/libs/cq/gui/components/authoring/dialog/richtext/clientlibs/
Within the Fields library you have columns:Name Type Instructions Display Type Active/DeactiveCurrently, there is no way to add a description column for fields. This makes it difficult to document important information about each field within the system.A description column would allow administrators and developers to include key details about a field, such as what the field represents, backend or integration-related notes, data source information, or other relevant technical context. This type of information is different from user instructions and is intended to provide internal documentation about the purpose or structure of the field.Having a dedicated description column would improve clarity, reduce confusion, and make it easier for teams to maintain and understand complex forms or datasets over time. It would serve as a central place to store field-specific metadata that is currently difficult to capture within the existing interface.
I was searching for how to show/hide fields, whether a checkbox was checked or not. So I found the following documentation: https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/clientlibs/foundation/vocabulary/toggleable.htmlMy understanding is that I can annotate a field with the “foundation-toggleable-control” class, and then when I press the field, a "foundation-toggleable-show" event will be dispatched.Using a custom clientlib, I can listen to the event; however, the default behavior of the checkbox stops working.Thanks.
Request for Feature Enhancement: Assets View - Insights only allows upload and download filter based on “Last 30 Days” and “Last 12 Months”. Which restricts logged In user to only limited analytics. To make this feature more useful for end users - the insight should support filters so that user can view filtered statistics:User can filter insights by time period: Day Week Month Year Custom date range (from/to) Insights update dynamically based on selected filters. Data shown reflects only assets the user is authorized to access
we want to add the Content-Security-Policy header for our site ( Aem as Cloud) using dispatcher by adding the header in the site specific vhost file. we added as below Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://example.com; style-src 'self' 'unsafe-inline'; font-src 'self' data:;"but header is not visible as part of the response headers. it is not working when we try using the cdn, through responseHeaderTransformer configuration. but i want add through dispatcher only , why it is not working via dispatcher ?please guide me to resolve the issue and make it work with dispatcher configuration . <VirtualHost *:80>ServerName "publish"# Put names of which domains are used for your published site/content hereServerAlias "*"# Use a document root that matches the one in conf.dispatcher.d/default.farmDocumentRoot "${DOCROOT}"# URI dereferencing algorithm is applied at Sling's level, do
Hi, I have published a new build for a staging library on Adobe Data Collection, but when I try an debug it I see that a build from last week continues to be loaded. I unpublished it, republished, updated all of the versions and nothing. What are the common explanations for this? Is there anything that we can do maybe on the hosting of the stage environment for example to fix it?
Hello All,We have a single template with English and Spanish pages combined, and the same template can repeat based on data. With this use case, how to get the page numbers specific to language and instance?Currently it returns total page counts, as page number calculated on master page default script.Any suggestions on this use case to achieve? When data for one Instance:<form><Template> <English> </English> <Spanish> </Spanish></Template></form> When data for multiple Instances:<form><Template> <English> </English> <Spanish> </Spanish></Template><Template> <English> </English> <Spanish> </Spanish></Template></form> Thanks,Raghu.
Hi there, I'm currently using AEM as a Cloud Service and have Akamai configured on top of it. Akamai is correctly routing traffic to my AEM publish instance at: "publish-pxxx-exxxx.adobeaemcloud.com" and everything seems to work fine at first glance. However, I'm encountering an issue with redirects defined in the Dispatcher configuration. When a redirect is triggered, the "Location" header returned includes the full origin domain instead of the CDN domain, which causes the user to be redirected away from the CDN. For example, I have the following rule in my dispatcher:RewriteRule ^/?$ /index [R=301,L]The flow is as follows:A user accesses: www.mycdn.domain/Akamai forwards the request to my publish instance: publish-pxxx-exxxx.adobeaemcloud.com/The Dispatcher processes the request and issues a 301 redirectThe response includes a Location header pointing to publish-pxxx-exxxx.adobeaemcloud.com/indexInstead, I would expect it to redirect to www.mycdn.domain/indexThis behavior c
Request for Feature Enhancement (RFE) Summary: We would appreciate a capability in the Image component (including Hero/Carousel) to configure different images for desktop and mobile. Use-case: Authors set key visuals per device so that content remains legible and complete on smaller screens. Current/Experienced Behavior: It is not possible to switch images between smartphone and desktop. As a result, text in images may become unreadable on small screens, and key content can be cropped or cut off on mobile. Improved/Expected Behavior: Allow configuration of separate images for desktop and mobile. If either is not set, fall back to a common image for both. This would directly improve UX and reduce operational work, which would be very helpful. Environment Details (AEM version/service pack, any other specifics if applicable): Experience Manager as a Cloud Service Customer-name/Organization name: asahi kasei Screenshot (if applicable): Code package (if applicable):
Field Content Request for Feature Enhancement (RFE) Summary: We would be grateful for a feature to automatically retrieve the target file size and optionally display it in the link text (with an ON/OFF toggle). Use-case: When authors create links to files (e.g., PDFs), showing the file size in advance helps users make informed decisions (e.g., considering mobile data). Manual entry is time‑consuming and error‑prone. Current/Experienced Behavior: Automatic retrieval and display of file size is not available. Although displaying size improves usability (prevents unnecessary downloads and supports user decision‑making), maintaining sizes manually incurs operational cost and inconsistency risks. Improved/Expected Behavior: Automatically fetch the target file size and display it in the link text (with the ability to toggle display ON/OFF). This would stabilize operations and reduce effort—very helpful for large sites. Environment Details (AEM version/service pack, any other s
Request for Feature Enhancement (RFE) Summary: It would be very helpful if updates to Image Alternative Text were reflected immediately in the editor UI even when Show Image Caption is turned ON. Use-case: While authoring an Image block, authors enter or update Image Alternative Text in the properties panel. Current/Experienced Behavior: When Show Image Caption is ON, text entered in Image Alternative Text is sometimes not reflected immediately or disappears from the editor view (it only appears after a page reload or publish). Improved/Expected Behavior: The entered alternative text is consistently and immediately reflected in the editor UI and does not disappear. This would reduce verification effort during authoring and be much appreciated. Environment Details (AEM version/service pack, any other specifics if applicable): Experience Manager as a Cloud Service Customer-name/Organization name: asahi kasei Screenshot (if applicable): Code package (if applicable):
Feature / Enhancement RequestDescription of the Requested FeatureThe Ford .com team would like direct access to the execution logs produced by the AEM maintenance tasks VersionPurge and AuditLogPurge (plus any future purge-style tasks) without having to open a support ticket every time they need verification.Current Behavior• Both purge tasks execute in a dedicated maintenance pod.• Logs are stored internally and are not surfaced through Cloud Manager’s log download UI / API.• End customers therefore have no self-service method to confirm that their configuration changes (e.g., updated purge schedule) actually ran.• Support must manually retrieve and share CSV log extracts on request. Desired BehaviorExpose the maintenance-task logs to customers via one (or a combination) of the following:• Add the log files to the list of selectable log types in Cloud Manager ("Download Logs") for each environment.• Expose them through the existing Log API endpoints.• Alternative UI or API that allows
I had a specific requirement wherein when author is editing headless content, by publishing content fragment, the latest content must realtime, immediately show at clientside. Out of box cache mechanism only provided TTL based. So I combined few ways, cooking custom solution to clear graphql query cache. Explain my custom solution here. https://medium.com/@bsaravanaprakash/how-to-eagerpurge-persistedquery-cache-upon-cf-publish-8864e0419c5e
It will be great if we have in built feature in AEM assets to run PDF API services. Especially feature which has direct implication for websites. e.g. Tagged PDFs which is crucial for WCAG compliance.The way PDF API services are established, operations needs to be done in isolation via Adobe server or 3rd party service to process the PDFs. It will be great if we don’t have to leave AEM eco-system and perform these operations via workflows.
Currently, if you open properties of a user accound, the assigned groups are listed randomly, there is no order. If a user has a bunch of assigned groups, it is very hard to search for those groups. Request:Please sort them alphabetically - this would make it a lot easier!
Reference fields in CF models and in the Universal Editor’s Properties tab are fixed-width and use an odd font size in labels. The fixed width is quite limiting in the UE, it would be great to align the behaviour of reference fields with how other fields resize.A quick demo of the issue in is this video.
Hello, this is an enhancement request that the support team suggested I log here instead.I have an AEM Headless project with a decoupled Next.js frontend and components instrumented for the UE. Many components are containers that expect a certain structure of subcomponents. UE does not provide for instrumentation of such “precomposed” composite components, so all this inner substructure has to be tediously built out by authors. This is time-consuming and brings a learning curve: the authors don’t initially intuitively know which subcomponents are expected to go inside which container-type parent components.Obviously, we instrument the containers to only allow the right type of child components to be added, and in many cases a parent component only allows one specific type of child. Which is obvious to developers but not to authors, and here’s where the current behaviour of the Add (Plus) button gets in the way. If there is only one possible type of component that can be added, the Add
In Asset Essentials, when searching for assets using keywords and/or filters, the search results do not indicate the number of results (even the approximate number), unlike the Touch UI.The concern is that users do not know how many results are returned from on the search criteria and do not know if they need to refine the criteria.It would be a great addition if the number of results is displayed when searching for assets.
Background:Currently if you start a translation for an existing page, a launch page of the target page will be created (under /content/launches). If editor recognizes that he picked up the wrong page, he will delete the project. An info box pops up and provides different options for clean up connected data related to the project.The created launches for update case is not included, so with deletion it will remain as orphaned ones (garbage) in the database as nobody will probably manually clean it up.Feature request:Just add a checkbox (default enable) which deletes connected launches pages. Benefit:No orphaned launches, no garbage in database, no manual todo for editors (which even do not know about the utilization of launches behind the scenes)
The asset export metadata tool could use more customization to make the export simpler and more efficient.The properties to be exported dropdown only has 2 options: all and selective. The all selection exports all metadata properties. In our case, this results in 2000-3000+ columns in the excel sheet with the majority of them being blank. The selective option is not viable either because there are a couple hundred metadata properties we want included in the export which is too many to manually select.Since both of these options are not ideal, it would be beneficial to have some kind of in-between option, to be able to select metadata properties in bulk without having to select them individually or all at once.One solution could be to select which metadata schemas’ properties you would like exported. Also, if there was some way to save which properties were selected for a previous export, you would not have to re-select all of the properties each time time you want to export the metadat
I’m working on an Adobe project which uses almost 40 programs in Cloud Manager. All those programs trigger some notifications for deployment approvals, deployment started etc, but I’m only interested in two programs. Due to the large amount of these notifications, I basically every time miss the ones that are important to me. It would be great if Cloud Manager would allow filtering the notifications by program.The same applies to the events which we receive via the event hook / aws event bridge (https://developer.adobe.com/experience-cloud/cloud-manager/guides/api-usage/receiving-events/). Here it isn’t that problematic since we deployed a lambda function to filter the events, but filtering more than 90% of the events sounds like wasted resources on both sides.
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.