We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
Hi,I need to migrate content from SharePoint to AEM.1. Is Share Point Connector the answer or any other way available?2. Is it licensed?3. Also, is this Connector supported for AEM 6.1/6.2? I saw another forum post for this query, which was not answered.4. I am looking for the various steps in this ...
Hi All,Can someone help me how can i call my custom workflow process on page publishing. I have an required to call my workflow whenever page is replicated (Just to clear not on page modification but on page replication). I dont see an node type (cq:replication) in workflow launcher. Help will be hi...
Hi gurus, Ima trying to tackle a use case where a different team creates a app/widget which comprises of some js/CSS/HTML. This widget has to be displayed on a AEM page. I do not want to go via the route of iframe so thinking of other possibilities. One approach I'm inclined to is ask the third par...
Hi,I'm trying to understand how injectors work on models, so i created the following scenario:Sling Models Injectors:script-bindings - org.apache.sling.models.impl.injectors.BindingsInjectorvaluemap - org.apache.sling.models.impl.injectors.ValueMapInjectorchild-resources - org.apache.sling.models.im...
We have a requirement to embed a URL of a third party site in an Iframe, into our AEM site. The third party URL uses "HTTP" scheme.Since our site uses “HTTPS” scheme , when the page is loaded, it is prompting for “Load Unsafe script” and the iFrame is rendered only if we accept it.(We have tried to...
I have three options in my dropdown,(A,B,C) . When i choose A , a pathield comes . When i choose B , a textfield comes . When i choose C , radiobutton group comes.suppose i choose all options one by one and filled value respective of their field though my logic would be like whichever be my selecti...
Hi ,Can anyone please help me what's wrong in my email sending code.Node templateNode = adminSession.getNode("/etc/workflow/notification/email/demo/choosesite.txt"); log.info("admin session:: "+adminSession+".."+templateNode); final Map<String, String> parameters = new HashMap<String, String>(); pa...
This is in AEM 6.2. I'm trying to add a Dialog to a component that needs some customized Page Properties. Everything works great TOUCH UI. But when I tried to customize the same for CLASSIC UI by adding Dialog to the Component and changing it, it still shows the original Dialog from /libs/... and no...
Hi all,I want to learn AEM WCS Integration.Went through the link http://bit.ly/1QtbyHO and got some good details.The audio in some places in this video is cluttered.I still have some queries in the integration. Ex: By installing those two packages, are we installing WCS? Dont think so, because WCS n...
Hi Team, We overlayed a column in list-view[Screenshot1], followed the steps that mentioned in adobe doc's https://docs.adobe.com/content/docs/en/aem/6-1/develop/extending/customizing-consoles-touch.html Extended PageInfoProvider class & added custom values[Screenshot3]. The values are displaying wi...