Hi,Has someone successfully installed Elastic Path demo for AEM 6.1? The packages mentioned on "https://docs.adobe.com/docs/en/aem/6-1/deploy/ecommerce/elasticpath.html" are not available on Package Share.I also had a look at the Elastic Path developer site. It mentions that EP API, EP Gemomerixxx C...
Hi, I am creating custom workflow for requirement.I have created a new process step for meta data validation. Based on the output of process step i have to decide the flow. If the validation passed it need to go to different user Else it need to send back to assigner. For this I used below code...
Hi, I am migrating an OSGI bundle to Aem 6.1 From http://wem.shopriteholdings.co.za/system/console/bundles/ I install, the bundle is active, but it no longer shows my service IDS. Does anyone know what could cause this, I have updated my CQ version in the pom, and my java version to 1.8
Requirement: To exclude few properties on component nodes under jcr:content node so that when fulltext search is performed, query ignores Nodes/pages which matches with fulltext search term of excluded properties term.Index configuration created as below:Created Index under: /content/projectname/www...
Hi there1) I was following the AEM6 clinet_context_in_detail documentation and was able to create - http://docs.adobe.com/docs/en/aem/6-0/develop/personalization/client-context.html and was able to develop the example geoloc component "Example: Creating a Custom Context Store Component" in the afor...
Does anyone know you can use sightly to account for multi-lingual internal AEM links? For example, the internal links should be translated like: /content/corporate/en/services.html link should be translated to /content/corporate/fr/services.html on the french website.
Hi.So I exported a web site using Package Manager to a test server. Now I would like to copy some groups and users. Is it possible without breaking anything? By now I have the default admin user of Adobe CQ instance.
We are facing issue similar to below thread, but we don't want to use querymanager but rather use the currentNode objecthttp://stackoverflow.com/questions/18850171/currentnode-object-gives-nullpointerexception In our code we have something like below:In the control tabControlPG, we are using current...
Dear all,How can an author identify the template type on author instance in AEM 6.1?In CQ (or AEM Classic UI) the right pane of the site admin has a "Template" column at the right that shows what kind of template was used to create the page.Example: Template type is "S1 Homepage" and page title in t...
I have a queries adaptive forms. have created a drop down list. I used the process described here to pre-populate the list. : https://docs.adobe.com/docs/en/aem/6-1/develop/components/developing-forms.html#Preloading%20Form%20Fields%20with%20Multiple%20ValuesThis works fine in edit mode, but in prev...