Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/20/24
    Hello, community!!My current project has used 3rd party search provider to index the pages and documents. A scheduler runs and indexes the published documents to the 3rd party source. If a document is unpublished and is present in the 3rd party source it is deleted from the source. For all these ind...

    Views

    976

    Likes

    0

    Replies

    6
  • 8/19/24
    ADobe has documentation for AEM integration with sites  and anlaytis using webskdhttps://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/integrations/experience-platform/analytics-using-web-sdk#verify-updated-tag-property-on-wkndThere is a section with  title Simulate web traffic -...

    Views

    414

    Likes

    0

    Replies

    1
  • 8/19/24
    I cannot find any documentation online that shows us how to setup Federation ID for new users instead of Adobe ID. We have set Settings > New Directory and added new domains there with a IDP meta data file from Entra ID, and verified them, but its not possible for us to create new users like tom@lik...

    Views

    573

    Likes

    0

    Replies

    2
  • 8/19/24
    Here is the below code looking for full code coverage. ValueMap vm = assetResource.getValueMap();String version = vm.get("jcr:lastModifiedVersion", String.class);boolean isNewAsset = vm.containsKey("newAsset");if (!isNewAsset) {Resource rr= resourceResolver.getResource(path);ModifiableValueMap mvm =...

    Views

    558

    Likes

    0

    Replies

    2
  • 8/19/24
    Hello, To simplify, let's use these keywords:- AEM Repo (Repo A)- Frontend Repo (Repo B)- React Repo (Repo C) I currently have an AEM repository (Repo A) that's already integrated with a Frontend repository (Repo B) using the aem-clientlib-generator. Now, I want to integrate a third repository, whic...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 8/19/24
    ValueMap vm = assetResource.getValueMap();String version = vm.get("jcr:lastModifiedVersion", String.class);boolean isNewAsset = vm.containsKey("newAsset");if (!isNewAsset) {Resource rr= resourceResolver.getResource(path);ModifiableValueMap mvm = rr.adaptTo(ModifiableValueMap.class);mvm.put(newversio...

    Views

    517

    Likes

    0

    Replies

    2
  • 8/19/24
    While exploring for Content Sync Tool across environments (Dev,Stage,Prod) for AEM 6.5.17.0 (AMS), I came across below Community post and started exploring AECU Tool by Valtech. I am bit confused about the Tool as what I am looking for is an automated solution for Content migration (Pages, Assets, X...

    Views

    2.7K

    Likes

    0

    Replies

    3
  • 8/19/24
    On the new editor i can't see where to close the page? 

    Views

    475

    Likes

    0

    Replies

    3
  • 8/16/24
    Since 8/14 we've been having build issues even though there were no code changes on our side. When aem sdk 2024.8 was released now all older versions of the aem sdk no longer work. Whenever we run on any older aem sdk versions (including the version that production is currently running - 2024.7), we...

    Views

    1.5K

    Like

    1

    Replies

    3
  • 8/16/24
    Hi everyone,I'm working with Adobe Experience Manager (AEM) and trying to set the disabled property to true on a specific field within a Content Fragment Model. My approach so far has been to directly modify the property via CRX/DE Lite. Here's what I did:Navigated to the path: /conf/(project-name)/...

    Views

    841

    Like

    1

    Replies

    1