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...
Hi All, Could you please help me to setting up the SAML integration with AEM author instance.what are the steps I have to take care in setting up of the login. Is there anyway I can set up SAML integration in my local to test the functionality.
Hi All, I have scheduler configured in AEM to perform some activity everyday night at 2pm. My scheduler every 3 to 4 days it is unable to trigger job and do not log any information in the logs. I'm using AEM 6.5 and with latest service pack. Please help or provide troubleshooting steps.
Hello,I am facing one issue on my cloud dev instance. I have created a deployment pipeline using the default repository on Cloud Manager. It is created using the latest archetype.The deployment is successful. when I am trying to access the domain for publish with dispatcher, It is redirecting me to ...
Hello, We recently began the process of upgrading our AEM instances from 6.5.7 to 6.5.10. After performing the upgrade we have encountered an issue with our Container components (which utilize the ResponsiveGrid class for setting CSS classes based on Layout mode authoring) where they are printing th...