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

  • 6/27/25
    I tried to create a new user group for the intention of having non-admins use package manager. As an admin login, access works fine, but I do not want to grant serval users admin level access when they just need to have the ability to create and replicate packages.The group is given access to:/lib/l...

    Views

    448

    Likes

    0

    Replies

    3
  • 6/27/25
    Hi Team,As part of our production deployment process, we often need to update content changes. I would like to understand the best practices for handling content deployment from stage to production.What are the recommended scenarios for pushing content packages from stage to prod?In which cases shou...

    Views

    296

    Likes

    0

    Replies

    2
  • 6/27/25
    Hi all, I have exported a page from AEM like this:curl https://myhost/content/prodprj/us/mypg.-1.json | jq > content.json This gives me the page as JSON. Now I have made a small change to this change (just changed some text) and I would like to push this change into AEM again. I tried the following:...

    Views

    431

    Likes

    0

    Replies

    5
  • 6/26/25
    Hello,We’ve encountered an issue with the existing custom workflow. Whenever we select the payload (page/assets) and trigger the workflow, the selected payload is not attached. We have to manually use the "Add Content" option to include the assets.Could someone confirm if this might be due to permis...

    Views

    237

    Like

    1

    Replies

    1
  • 6/26/25
    In my AEM Cloud component, I have a dropdown select field. When I click on the field, the dropdown values appear slightly to the right and extend beyond the field's width. I'm facing this issue with all dropdowns across my project.

    Views

    352

    Likes

    0

    Replies

    3
  • 6/26/25
    Hi Folks, I recently started writing my first Universal Editor compatible block in 'EDS'. Block has title as text field and description as richtext field. How could I read the values of these block properties in js file? Actually the use case is to arrange the text on page with some custom styles. A...

    Views

    556

    Likes

    0

    Replies

    6
  • 6/26/25
    Hi All, I have a use case where one workflow is used to activate a list of pages . This workflow is getting triggered by a servlet api. Now we have another use case where a scheduler is running to modify some pages and those pages need to be activated. Can we use the same workflow for both use case ...

    Views

    337

    Likes

    0

    Replies

    4
  • 6/25/25
    Hi, As we know, the lastLogin attribute is not natively provided by AEM in any version. For the AEM on-premise environments, we were able to capture this information by implementing an AuthenticationInfoPostProcessor or by tracking the user token expiry.However, with AEM as a Cloud Service (AEMaaCS)...

    Views

    270

    Likes

    0

    Replies

    1
  • 6/25/25
    Consider I have 2 components (both of them footer section) cq_dialog of footer has 3 fields 1) Title 2) Content 3) Image How do I share the cq_dialog between my 2 components. Is there any other way than direct copy pasting stuff

    Views

    445

    Like

    1

    Replies

    3
  • 6/25/25
    Hi All,I'm currently working on a use case where I need to retrieve the token expiry time for the current user in AEM. Based on my understanding, this information is stored at the path: /home/users//.tokens/ (specifically, the rep:token.exp property).This works as expected in the Author and RDE envi...

    Views

    516

    Like

    1

    Replies

    5