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

  • 8/20/24
    Hi all, We need to host several sites (around 50 sites) pointing to our AEM instance. On average, each site has about ten pages and limited users, and we want to reuse existing components and templates. Is it reasonable to point all these sites to one CDN and then to our existing dispatchers for exi...

    Views

    776

    Likes

    0

    Replies

    3
  • 8/20/24
    Just want to see what others may think,Say I have a Reactor project and it contains 2 projects,1. Standard AEM Core components built off of the Archetype.2. SPA components for React built off of the Archetype. Can I use the components to create pages for the website? I would probably used different ...

    Views

    667

    Likes

    0

    Replies

    3
  • 8/20/24
    I am working with Phrase Connector using the document (https://support.phrase.com/hc/en-us/articles/5709667773084-Adobe-Experience-Manager-AEM-TMS#:~:text=template%20as%20configured.-,AEM%20Configuration,-Install%20the%20Plugin) but I am getting error. After the 3rd step, i am giving build which fai...

    Views

    708

    Likes

    0

    Replies

    2
  • 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

    1.2K

    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

    531

    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

    728

    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

    691

    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.2K

    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

    628

    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

    3.1K

    Likes

    0

    Replies

    3