Hi , We have tags(cq:tags) configured on page properties but these tags arent coming in tagmetadata XML file. We havent written any translation rules for tags but on translation cloud configuration we set translate tags under sites tab. Can anyone clarify the below pointsHow do tags get sent for tra...
Hi,We have written a listener to run a sling job whenever the asset is modified. Is there a way to add a delay of 5mins to jobManager.addJob() then run the sling job?Thank you.
Hello, I am working on Cloud AEM. I am working on Event Handler to call our api on page replication.For which I am using a ReplicationAction to know path and user details. I have a requirement to know which is the server it is like prod/stage/dev/rdeAMS gives this info from this.slingSettingsService...
We have observed this vulnerability on our website built on AEM 6.5, Apache 2.4, cache enabled. Cache poison via malicious request headerServer/Application Misconfiguration Cache poisoningA cache poisoning vulnerability has been identified: issue at domain.comThe request header Handlechanges the res...
Hello Adobe Experts,I really need some help with some Adobe Forms and Adobe LiveCycle.Background:I have created a master form that contains a Landscape_Factsheet fragment that will be used by multiple content forms.In the header it contains a logo, address, title and page n of m objects. It also con...
I have this pdf form that has hidden subforms that appear when certain boxes are checked. I'm having issues with my Section C. subforms. I have add/remove row buttons, plus buttons that allow the user to rearrange the data within. As long as the subform is set to Visible, the add/remove buttons work...
Hi , i have a use case to get the page from my node path and publish it using groovy script. Can we achieve this using groovy and if so could someone help me with a pseudo code . Thanks
Im working with AEM content fragments and trying to fetch the data using GraphQL.Below is my query -{ productByPath(_path: "/content/dam/my/product", variation:"master") { item { productDescription { html } } _references { ... on DisclaimerModel { prod...