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 ...
Hi All, I have an issue with the below warning log - 25.11.2022 01:32:19.770 [cm-pxyzabc-eabcxyz-aem-publish-zzzz68f69-hp6ff] *WARN* [20.59.3.67 [1669339939629] GET /content/brandA/us/en/home.html HTTP/1.1] com.adobe.granite.repository.impl.SystemPrincipalsValidation Refactor principal 'custom-sys...
Hello team, We have a use case in place where we download json files from S3 and read them to create content fragments. We are using version 1.11.141 currently. With this version, all the dependencies are resolved and things are working fine. This version is very old and contains a lot of securi...
Hi All, How can I fetch browser URL in Sling Model? Example If any user has visited site https://www.google.com i want to get that in Sling Model so that process further logic. Anybody can help?