Hi ,I followed "https://dev.day.com/docs/en/cq/current/administering/integrating-with-third-party-services/integrating-with-salesforce.html".Created the ConnectApp in SalesForce and successfully configured the AEM to integrate with Salesforce.When trying to Exporting AEM users as Salesforce Leads. T...
Hi guys,I am using the Profile service and the UserManager factory, both of which have stopped working in the publisher in 5.6.1.Is there an alternative, or solution which will allow me to continue using it?My code below:public IGProfile getUserProfile(String authorizableId) { if (!StringUtils.isEmp...
We have a set of components for which we are using editbars rather than rollovers for various UI reasons. On a single page we may have around 40 components with these editbars. In AEM 5.6.1 we are seeing a significant JS performance issue when switching from edit mode to preview mode, as well as a f...
Hi,My Apache web server is fronting a CQ dispatcher that is rendering from a CQ Publish Instance on the server. Everything works correctly until I try to put a .htpasswd in my Apache config to require user authentication before users can access my CQ Publish instance. Whenever I browse to my site,...
Hi experts!I would like to develop a component that renders some text and two images. I’m getting as a reference the ‘foundation/components/image’ component to render the images, using the ‘com.day.cq.wcm.foundation.Image’ class (see at [1]), like:… Image image = new Image(resource); … <% image.draw...
We have a requirement of pushing the CQ page to two different locations in publisher i.e.the page in CQ5 - content/site/page1 should be replicated to content/site-test/page1 and then to content/site/page1 in same publisher. We also dont want to create a copy of page1 in authoring i.e. we dont want t...
Does anyone have info or insight into the new version of AEM 6, to be released this year at some point? I'm only aware of back-end changes, as described here: http://www.pro-vision.de/content/medialib/pro-vision/production/adaptto/2013/adaptto2013-oak-for-users-michael-marth-pdf/_jcr_content/renditi...
Hi all, Any design directions/pointers on how to build a anonymous "like" kind of a component on CQ. I see that voting component does similar but requires authenticated user and also 1 vote per user. I have been looking at the code/design of these out-of-the-box social components but some directions...
Hi ,Today I follow this document "http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html" and created once custom component with custom widget. I have few doubts in this doc .1.What is the purpose of using rtePlugin node ?2.Edit behavior is necessary for dropping the...