MCP processes are hung and not able to terminate it. The process is actually complete which we are able to confirm by running a query, but the status is not getting updated in this interface. Unable to get the /var path ,since it is not even showing the reports for MCP processes in this state....
Is there any filter to get content fragment metadata with a field of isPublished as boolean? Or is there any other API like querybuilder or replication API to get the status? I see https://BASEURL/bin/replicate.json can be used to set the status however I am interested to get the status of a given...
Is there any AEM API which can give me the status of given content fragment when fetched by path whether it is published or not? CURL https://BASEURI/.../_path expected response: {"isPublished":true or false} something like that
while deleting an asset in AEM DAM, instead of asset getting deleted is there a way to move it to a specific folder within DAM. Tried creating a launcher having 'Event type' as 'removed' and triggered a custom workflow to get the payload and tried to fetch asset from the payload. Although, I got the...
Hi Team, I want to list some pages and asset too which has been published in last 20 days. I am writing below query in query builder but seems something wrong in it. Can anyone help here
problem: I've been using VLT to sync the content but quite often (and normally present in large folders), VLT will encounter an error and will throw an exception. setup: - The 2 AEM environment have separate servers for author, publisher and dispatcher. - The 2 AEM environments are hosted by diffe...
I have a page which was created using static template(In the template I have Form start and Form end components) In my page the Drag component is overlapping with Form start component. And also when I add component I am not able to edit Form start component because the component is coming on top an...
Can we programatically get status of an asset if its published or not? After we publish the Content Fragments they won't show up in GQL queries of published endpoints. What is the delay of results to get reflected in GQL query results if there is any? I have unpublished an asset right away (using re...
I have one dropdown with {URL, Text} Inside Multifiedl {Text, Title, URL} If author select URL then {Title, URL} should appear If author select Text then {Text, Title } should appear I tried to obtain this scenario using cq-dialog-dropdown-showhide-target .list-option-listfrom-showhide-target ...