Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/31/25
    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>pr...

    Views

    454

    Likes

    0

    Replies

    3
  • 7/30/25
    Hello Community,I have created RepoInit scripts to create a service user and grant specific permissions. However, for some reason, I am unable to predict the behavior of the granted permissions. Initially, when the script was deployed to the instance, I observed the following permissions in the cont...

    Views

    271

    Likes

    0

    Replies

    1
  • 7/30/25
    Hi, 6.5 SP22 on prem user here. I am tasked to audit document files (30k+). My approach is to export a file report, then sort by used who uploaded, then modified. Then send a list of files to the user asking to audit their files. The challenge here is - I only want to first see the document files th...

    Views

    241

    Likes

    0

    Replies

    2
  • 7/30/25
    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 ...

    Views

    624

    Likes

    0

    Replies

    13
  • 7/29/25
    I'm working with a custom AEM component that includes the Core Image component (core/wcm/components/image/v3/image) inside it. The component renders correctly and includes the data-cmp-data-layer attribute for anchor tag (for Adobe Data Layer) in some sites, but not in others, even though the compon...

    Views

    487

    Likes

    0

    Replies

    2
  • 7/29/25
    I would like to confirm whether both task emails and workflow emails use the same SMTP settings. If they do, could you please advise why, in the same environment, only task emails are working while workflow emails are not?

    Views

    256

    Likes

    0

    Replies

    1
  • 7/29/25
    Hi, To resolve "Deprecated Service User Mapping Detected", I created the following file under the osgiconf of the ui.config"org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended.cfg.json"Following are its sample content. {   "user.mapping": [        "com.adobe.acs.acs-aem-commons-bu...

    Views

    446

    Likes

    0

    Replies

    8
  • 7/29/25
    Dear community, I am currently working on a project using Edge Delivery Services with AEM as the content source. I have completed the migration of content from my development author environment to production using an AEM package. I have confirmed that both the site structure and assets are visible i...

    Views

    249

    Likes

    0

    Replies

    2
  • 7/29/25
    I want to create custom theme dropdown plugin in aem richtext plugins. Which will have the two drop down i.e.,1.Light background Themed2.Dark background ThemedWhen i click on Light background Themed option it should wrap the text component with <span class = "hover-light">.For example:<span class="h...

    Views

    3.4K

    Likes

    0

    Replies

    6
  • 7/29/25
     Hi everyone,I’m trying to extend the core Title component core/wcm/components/title/v3/title by adding a dropdown field to its dialog using Sling Resource Merger.Here is what I have done:1. Created a proxy component at /apps/myproject/components/title2. Set sling:resourceSuperType = "core/wcm/compo...

    Views

    284

    Likes

    0

    Replies

    2