I have a requirement where in I need to use SlingHttpServletRequest in my workflow process step. Can we get SlingHttpServletRequest from WorkflowSession? Also I have a resource object can I get SlingHttpServletRequest from resource? Can some one please guide me?AEM 6.5
Hello there,I've been struggling with the workflow migration steps for a while now because nothing seems to work. As per my understanding, we must do the following:-1 - Ensure that the workflows exist in the older location i.e. inside '/etc'2 - Migrate these workflows one at a time by changing the u...
Hello, I am trying to create a store locator component. So I'm trying to add a google map API to my page. When I add the map it says the below error. Is it because of the free API key I'm using ? Is there any solution for this other than getting a billing api key ??
might be best explained with an example: - I have a user called called "no-page-delete"- this group has full access to manage content inside /content/my-site- But I want to remove their ability to delete pages.- I tried doing removing their delete page ability via ACL but removing one of the write p...
Hello Community - I am loading the clientlib based on wcmmode. For some reason it is not working as expected. If I access the page in edit mode, it should load only the categoryA clientlib not categoryB but I could see categoryB is also loading when I check the network calls.is there any issue with...
Hi there, found this post in the forum https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-experience-manager-reporting-on-user-s-last-login-date-aem/m-p/378880#M27248 but being new to aem i have a few questions, i put the java file in main\java\com\projectname\core\filte...
I was looking into aem-core-wcm-components GitHub repo and noticed the different patterns for converting string to integer or boolean. Below is the code snippet from BreadcrumpImpl.java. @ScriptVariable private ValueMap properties; private boolean showHidden; private int startLevel; @PostConstruct...
Hi,I have created locator component for my project. I need to add some .css & .js styles to the locator component. So I have created Clientlib-locator(cq:ClientLibraryFolder) under /apps/myproject/clientlibs but the styles I have put in clientlib-locator is not adding into my webpage. Can someone ad...
I have tried the following snippets for testing whether an 'OR' condition gets satisfied in sightly.<sly data-sly-test=" ${roottitle!='en'||roottitle!='es'}"> <sly data-sly-test=" ${roottitle!='en'||'es'}"> if this is success then there are a series of markup to be addedBoth statements result in bui...
I want to notify some specific channels for specific events in MS Teams, Some of the basic events,When a page gets publishedWhen a code is deployed or package is installed I want to post a message in MS Teams if any one of the event happens in AEM instance. Do we have any connector or cloud service...