Hi everyone,I'm facing an issue in my AEM as a Cloud Service project where a custom component renders correctly on the Author instance (both in Preview and Edit modes), but it does not appear on the Publish instance. There are no errors appear in the browser console or server logs.
Hi,I am working in a multi tenant AEM instance. We are trying to retrieve workflow instances running/in any state for a particular model. We tried using getAllworkflows() which will give workflow instances of all the models. We tried few approaches but not working as expected. Can you please suggest...
Need Help: Adding Dialog Field to 2000+ Existing PagesI've added a new field to a component dialog used across ~2000 pages in our AEM instance.Issue:New field appears correctly on newly created pagesFor existing pages, field only appears after reopening/closing the dialogManually reauthoring 2000+ p...
I've added a new field to a component dialog used across ~500 pages in our AEM instance.Issue:New field appears correctly on newly created pagesFor existing pages, field only appears after reopening/closing the dialogManually reauthoring 500+ pages isn't feasible. Need efficient solution to add this...
Hi all, I am learning AEM Backend.Kindly share some good tutorials on: Scheduler Event Handler. Hopefully these tutorials will walk me through creating and testing these from scratch, enabling me to repeat myself. Appreciate all your replies. Thanks,RK.
In AEM text component, where there is a option to add link, can we add links which has authentication requirements ?I have tried adding one, for normal external links it is working fine, when I add a link which requires authentication, AEM link checker is showing it as invalid and it is showing up a...
Hi Everyone,I am trying to use AEM Groovy Console to add a new tag to a page's existing cq:tags property.Below is my code:def page = getPage("/content/mysite/en/sample")def modifiable = page.nodedef tagToAdd = "myproject:custom/tag"def existingTags = modifiable["cq:tags"] ?: []if (!existingTags.cont...
Hi Everyone, I am working on custom work and need to send and email for approval. We are using ootb email configs. com.day.cq.mailer.DefaultMailService.cfg.json { "smtp.host": "$[env:PROJECT_SMTP_HOST]", "smtp.port": "30465", "smtp.user": "$[env:EMAIL_USERNAME]", "smtp.password": "$[...