I'm using AEM 6.5.11. Can someone help me with a XPATH query that could give me the list of pages which has the particular property inside a particular node. Below are details; Page node: /content/sample-bank/personal/formType: cq:Pageproperty name: eventscriptproperty type: String Please find t...
We have several sites hosted in our AEM cloud instance. When we want to add a new site, we add the domain and SSL cert in the cloud manager, then we addnew vhosts file in dispatcher/src/conf.d/available_vhosts and a symbolic link in enabled_vhosts. Thats it. We don't do anything with farms config. ...
Hi I am trying to start a workflow with the help of launcher but only for the images inside abc-cropping folder.As in the below String (3 sub folders) bold part is not static, it is differnt for differnt country and regions but abc-cropping is static and is present inside same level hierarchy so t...
Hi Team, I have a multifield with 2 fields in which one is date field, On the dialog submit I want to reorder multifield items based on date (oldest date item should show first and it should also store at the jcr node) Example: item0 => date : 01/01/1998 name : Johnitem1 => date ...
When we author vtt file as viewer modifier in English site, when rolled out to Spanish site the vtt file url is not modified to appropriate Spanish vtt file. Standard rollout configs doesn't change the vtt path in the viewer modifiers, Is it the expected behavior or do we have anyway to rewrite t...
Hi All, Is there anything already available in AEM as Cloud service either in Splunk or New Relic to monitor JMX to detect Replication agent or Sling jobs getting stuck? If yes, could someone share documentation that details out the process on how to do this? Thanks, Ram
Hi, I have a page and I have published it, issue here is when I view the page in view as published the content seems to be different when I compare it with the published page. I observed that clearing server cache solving the issue but for every new publish page the issue is there, for every publis...
we have several sites being served from one instance. In the clouds website editor (not sure what its called), we have the structure: Campaings (we dont use this) OurCompnay ----SiteA (this is an SPA Root template) --------uk ------------en ----------------home.html ----SiteB (this is an SPA Root ...
I have a custom workflow that will be used to publish pages. As part of the same workflow I want to send the API details to an external system. So I am planning to use the WorkflowProcess step, this workflow process step needs to call model class and get the json response. Here is the model clas...
For Implementing a Search Component I have used query builder API but it seems like it is causing performance issues as it searches fullsearch under /content . Is there any other way to implement the search component please let me know.