as an example: I have a workflow step that will find and replace instances of the word "quick" and replace it with the word "expediate". This will do the find/replace on author and if the page has been published, it will replicate it to the publisher. I'm using com.day.cq.replication.Replicatorto do...
Hi Guys, I have the below problem statement -"The AMS Environment has runmodes for dev (1 to 6), stage (1 to 4), qa (1 to 3), performance (1), integration (1) and production (1). All these environments have their runmode configurations". These environments are used by multiple business teams spread ...
few properties like checked(checkbox, radiogroup) , margin (container) , defaultValue (Numberfield) are not working below is my cq:dialog<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www....
Hello Adobe Community,I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) in authoring environment, it looks broken as shown below. But when I add the Experience Fragment to a page and check, the CSS loads corr...
I have a custom code with a custom query that runs on publish event through a listener, the query doesnt returns correct results the first time it runs because the property that I indexed has not yet been indexed when the query was triggered, it is a race condition. I tried changing my asynchronous ...
Hi, what is the recommended way to implement localized fulltext queries on pages on an AEMaaCS multi-tenant environment? I was guessing it would have been possible to:Create a custom index for each use case, potentially for each (tenant, language) pair.For each index:Set tenant and/or language-wise ...
Hello Adobe Community, I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) authoring environment or in the "View as Published" mode. However, when I add the Experience Fragment to a page and check, the CSS load...
Dear All, I am calling one Backend API in my service impl class like below. Previously to get the username I was using [backend API]/content-author/v2/privateCommunityManager/subnaikand value is coming fine in postman. Now we have updated like below and the value are coming fine in POSTMAN.[backend ...