I am trying to leverage the new OpenAPIs to programatically update CF from AppBuilder runtime action. The Create Content fragment API works correctly. I am able to create CF from Postman. But when I try the Update CF, it is failing with 412 stating If-Match header is failing. Now, the way I run i...
Hi , I am trying to find all the pages under the site tree where last modified dates is greater than last replicated date , i am using below query which is leveraging standard predicate to compare two date properties but i am not getting any result , though we have lots of pages satisfying this con...
Hi All, I am trying to implement some components which reads common page property and resolve a referenced content fragment and read data from it which again is shared across many components on page. To solve this problem, I can think of below approaches.Read this data again and again in my model cl...
Here is the use case. 1. Our current site runs on AEM on-prem 6.4. This is a headless commerce site with Shopify on the backend running e-comm. features like Shopping Cart, Checkout and Order Management. 2. The current data-layer in AEM is not robust enough to capture all the events and on top of th...
Hi All,we are attaching excel sheet which are referred from Adobe documentation ( covered 51 rules in Java , but attached sheet have 96 rules which are related to AEM as cloud ( dispatcher/oak index etc) https://experienceleague.adobe.com/en/docs/experience-manager-cloud-manager/content/using/custom...
Hi All, I have followed this blog (Experiencing Adobe Experience Manager (AEM, CQ): AEM Cloud Service - Multiple Composite Multifields in Content Fragments Editor ) to create below CF with composite multifield using custom js.1. CF initially displays fields with JSON object values. These fields are ...
Hi All,I have followed this blog (Experiencing Adobe Experience Manager (AEM, CQ): AEM Cloud Service - Multiple Composite Multifields in Content Fragments Editor ) to create below CF with composite multifield using custom js. Does Adobe support the above approach?Also if anyone have used ...
Dear All, I am setting some metadata value from Sitecore to AEM using below code. But here issue is that same assignedEditor Value is setting in the both metadata fields mc:assignedEditor and dcterms:creator , because I am not able to clear the value from Value[] valArrAME Can anyone please help me ...
I'm trying to implement a component in AEM where it will show articles/products based on previous search. It's more of a functionality like recommended videos that come in YouTube. As of now, the functionality is set to fetch the articles based on the inputs provided in the dialog so that it can que...