I followed this article https://medium.com/@toimrank/aem-graphql-b06dd1c28cec to understand about GraphQL but I'm stuck with the following queries. Can someone please help me out with detailed explanation of the following:Where are the graphQL queries stored?What's the URL to graphQL editor for AEM ...
Hi,I've created a form on page with some input fields & submit button. It's more like HTML form. There's a servlet that accepts the data in Json format & processes it in backend. Now, I want to create a service/model that will get invoke when submit button is clicked & it should take the values from...
Hi all, i am trying to populate a node (nt:unstructured) with properties and values taken from a json file.i am getting issues in populating arraylist of strings to the jcr node. The below error is being reportedjavax.jcr.ValueFormatException: Can not assign multiple values to single valued property...
Hi.I'm trying to send a request to AEM from React. But I get either a CORS error or an empty response with status 200, but from the browser the response has a body.Tell me how to set it up if:AEM localhost:4502React localhost:3000 ConfigReact fetchThank you very much in advance)
Hi Everyone, I would like to take some recommendations and best practices wrt AEM internal groups and LDAP groups mapping & permission management. We have AEM and LDAP groups setup in our project, both internal and LDAP groups are named identical. We are on AEM 6.5 and using ACL Netcentric to mainta...
Hi everybody.I was trying to increase the coverage threshold on a pipe in AEM Cloud Manager. The current threshold is 50%, which i think is very low. Do you know how to do it? And what level of authorization i need for this? Maybe i missing something because my user does not have permission.Thanks i...
Is there a proper way to control the workflow models? For example, let's say I have workflow model and I want to make sure its stored somewhere so that if something happens, an author doesn't have to recreate it. However, it also needs to be easy to make edits if needed, and the files in crx for wor...