We are trying to get publisher and use that in the custom email template to send a notification. String currentUser = workItem.getCurrentAssignee();The above returns "null"String currentUser = resourceResolver.getUserID();The above one returns "workflow-process-service"Can we use workitem used to re...
I am building an application where the content of the page will differ based on a user cookie that specifies details of a subscription level. the components read the cookie and can change what they display based on it, however I still want to implement some caching on the site at the dispatcher to i...
In AEM Cloud, I want to share AEM dam stored videos to YouTube using custom servlet which is using google API'sI have added all the required dependences in core pom.xml and also there no code issues but i am facing issues with Bundle, my project bundle is not getting activated, its in installed stat...
Hello, I have a question, I’m currently testing sling:alias because I need to replace some URLs. My question is, when using sling:alias, will the resource resolver automatically return only the paths with the alias? Or will the original path still be valid? What I ultimately need is, if my original ...
Hey guys, Getting the below error when trying to use AIO plugin to push artifacts to RDE, tail logs etc. Any help or ideas around this? admin-sys digital-adobe-aem % aio aem:rde:install all/target/brandX.all-1.0.0-SNAPSHOT.zip › Warning: @adobe/aio-cli update available from 10.3.1 to 10.3.2. ...
For a requirement on which data needs to be displyed from the csv file (this may be updated at times) from dam folder on searching of ID from Which is having a14k records. Triggering a servlet on search and putting records into a Map and displaying it by below idMap.containsKey(id) and giving the re...
Hi, I see the below error when trying to add the modified master page to XTM Translation job. The translation is for Spanish, and the page already exists in Spanish site. The XTM job shows 2 launch created for the spanish page and the duplicate launch page is having name <pagename>1. Master page: /c...
The lower level environments like QA or DEV which are also hosted in AEM Cloud does have groovy console enabled where I could execute the groovy scripts.In PROD, we don't have the groovy console available to perform any action.I was checking on few things like package availability and pom.xml contai...
hey! Lets say a visiter wanted to track event with horizontal scroll in Column Control component, which Tracking Event should be used. Can someone help me here.
Hello, I have a component that is included in SDI config with nocache. when I authored the component on the page, it worked as expected. but when the component is authored in template structure then it has some problems In my component model, I have this, @ScriptVariableprivate Page currentPage; i...