Hi,I am trying to programmatically start workflow instance based on a particular model.Here is a sample code which would work in AEM 6.2:WorkflowModel wfModel = wfSession.getModel("/etc/workflow/models/dam/update_asset/jcr:content/model")//...wfSession.startWorkflow(wfModel, wfData)Now, it seems lik...
We can list items(Blogs,Authors,Tags and Archives) under a particular blog category with the help of DefaultSocialGetServlet(using selector social).Please tell me how to list the details of persons following a blog.
Hi All, I am pretty new to this forum. I am exploring AEM forms quick start installation. My requirement is, we have few fillable PDF forms which I want to access by API and fill with data using Adobe AEM Forms JAVA API. Please advise the API/jars/libraries to use to achieve my requirement. I upload...
We've implemented the simple OOB search on an AEM6.3 instance. The search returns the results as expected but I keep getting an Info message in the logs suggesting we create an index. That would be fine expect that query the log seems to be executing doesn't seem to reflect the search we've set up. ...
Hello!How can we remove groups that are assigned to a particular User programatically? I ve tried AccessControlUtil etc, but couldn't remove these Groups (converted to Principals). Do anyone have idea on how we can do this?Thanks,Divya
Hi,I am trying to create a nested multifield dialog using coral 3 (libs/granite/ui/components/coral/foundation/form/multifield).In the first authoring when I click the "Add" fields for both parent and sub-multifield its working fine. But once I save the dialog and try to author it the second time an...
Hi Experts, In my AEM DAM when "asset expiry notification" Job run. it throws below exception every time.================================================================The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped ========================...
Hi,TextFields and PathFields inside multifield are collapsing in AEM 6.2 if top level TextFields or PathFields are made mandatory by using required=true. I followed below helpx article and installed latest ACS commons jar as well. After clicking on Done button these fields are collapsing.Adobe Expe...
Hi Team,We have upgraded from AEM 6.1 to 6.3 The RTE component with inline editing spell checking working properly how ever but the same thing is not workinginside component please find the attached screen shot. We have used same plugin for both places?The RTE is working fine in classic UI but not w...