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...
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 -...
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...
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 =...
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...
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...
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...
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)/...