Kanika Gera wrote... Ankur, can you share the code? Hi Kanika,Below is my code-For import we need authenticated request so as to get all the products from hybris for which we cant use below OOB code oAuthHandler.java - public void executeAuthenticated(CloseableHttpClient client, HybrisRequest hybr...
Thanks Kanika for the reply.Here as i wrote above i am getting status as 400 with below error message-com.adobe.cq.commerce.hybris.common.DefaultHybrisConnection execute: hybris response status: [400], body: [{ "class": "AmbiguousIdentifierException", "message": "Product code 'Device020' is not un...
Hi Team,We are using OOB aem hybris connector package to connect hybris server from AEM 6.2.Here we haven't customized the auth handler we are usign the OOB authhandler.Issue here is whenever we are trying to get the device details from Hybris we are getting below error-com.adobe.cq.commerce.hybris....
Hi,AEM version- 6.2How can we increase the size of multifield in touch uI.Was going through this article https://helpx.adobe.com/experience-manager/using/htl_multifield62.htmlBut here also multifield is shrinked due to which it looks odd while doing content authoring.Is there a way to increase the s...
Nandujee wrote... Hello, I have created service say XX. I tried to access that service XX in other Service YY. When I try to use the XX like @Reference XX xx in YY service I got a null value. Code: @Component(immediate = true) @Service(value = XX.class)public class XX{//some methods} @Component(im...
Hi,If you have we retail demo site you can try the same stuff on heropage template.You need to add following lines in /apps/we-retail/components/structure/page/partials/body.html -<div data-sly-resource="${ @ path='header', resourceType='/apps/we-retail/components/structure/header'}" data-sly-unwra...
antoniom54959291 wrote... Could you attach here the xml of design dialog that you are using? Hi,PFB the xml- <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="...
HI,It works in case of dialog, but it doesn't work for design dialog.I mean we are able to open the dialog and edit the component, but if we have a design dialog it doesn't work, is there a solution for the same.RegardsAnkur