Hi All,We have requirement where we will have get all the products, accessories, and other information to the products. We are using tags and would like to use queries to get all the info and store in json format to cache in dispatcher. I can do this in AEM servlet where we can write all the busine...
Below Dependencies are not Getting Resolved in aem Cloud manager getting the following error : com.sendgrid - cannot be resolved <dependency><groupId>com.sendgrid</groupId><artifactId>java-http-client</artifactId><version>4.1.0</version></dependency><dependency><groupId>com.sendgrid</groupId><artifa...
I have created a workflow model. Where initiator/author triggers the workflow and assign the payload for approve to the approver. Approver will be triggering the process step. How can I get the approver details in process step? or how can I get the current user details in my workflow?
Hi all,in my company I need to work on an old aem project (AEM 6.4.5).In this project there's no ui.content folder (only /core and /ui.apps) so when I install the package on my local instance there's no Sites instance of this project. How can I generate this site and some sample pages for this proje...
Hi, After recent AEM push update, our build is failing in "Code Quality" step .Issue is with indexing, Please find below the issue statement "Index definitions type needs to be 'lucene' to compliant with AEM as a Cloud Service" How can I test this issue in local before pushing it to stage? ThanksG...
We are not planning to write junit as part of the development at least for now. Is there a way to bypass as i read there is a need for 50% coverage for cloud manager build.
I was hoping to be able to add 2 fields in a new tab which applied to PDF's. I was looking at creating a meta data schema with the folder structure application/pdf and I'd add my 2 fields there. But when I apply it - I only get my 2 fields. I lose all other options. I really don't want to (needless...
Hello everyone, i'm working with a big assets project, where the client has some folders with thousands of assets, when it tries to review the folder content and sort by name for example, I'm seeing a warn message log due to traversal query.Basically it is the list view and then sort by name. The qu...
The developer is presented with a component "Component A" which inherits from a component "Component B".The dialog of Component A on path ../cq:dialog/../../items looks like:+ align- jcr:primaryType="nt:unstructured"- sling:resourceType="granite/ui/components/coral/foundation/form/select"- fieldLabe...
Hi,I have read bunch articles on lucence index in AEM, like how to create and it is helpful in reducing traversal but still not able to understand, how these indexes works internally . How does defining an index makes difference in traversal , what is the internal logic? ThanksGanesh