Documentation: https://developer.adobe.com/experience-cloud/experience-manager-apis/api/stable/assets/delivery/#operation/search I want to use Dynami Media Open API to search for assets and I want to only selected fields in the search results. Documentation says that I can do this thru projectedFiel...
I am facing an issue in AEM 6.5 where the Folder Thumbnail Update Job fails every time the DAM Update Asset workflow runs. The error in the logs is:com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl error while executing folder thumbnail update job: /content/dam/assets/comcast/site/test-pr...
We are having Acrolinx v3.1.1 integrated in AEMaaCS. Our content team is facing some challenges where all the issue details with all technical details are mentioned below. Product: Acrolinx for AEMVersion: 3.1.1AEM Version: AEMaaCS (Adobe Experience Manager as a Cloud Service)Environment: Productio...
hi folks,I've a weird problem whereby after implementing URL shortening, one of my sites loses the query parameters. When I do getParameter in the use POJO, it returns null. keyword = getRequest().getParameter("q"); LOG.info("keyword=" + keyword); <= null I still see the query parameter in th...
Hi,I am working on AEM UI extensions for content fragment editor. I am using Canvas Data API. As per this documentation (Canvas Data Api - AEM Content Fragments Editor Extensibility), I am trying to set styles to the content fragment fields. It is working for the text fields. When I try to set style...
Hi all, I have a large, legacy Infopath system that needs to be migrated to Adobe Forms. This includes a database full of Infopath templates and forms that need to be converted. What is the best practice for converting legacy Infopath into Adobe forms? Is there a tool that is recommended for "b...
In the Metadata Schema Editor, the Build Form section provides a set of predefined drag-and-drop components. I wanted to check whether it’s possible to introduce a custom field type—for example, a link field—and define custom rules or behavior for it. If this is supported, what would be the recommen...
Localization is one of the first areas where many Adobe Experience Manager (AEM) implementations start to feel unnecessarily complex. Most projects start with simple requirements, such as adding a second language or translating a few pages. However, over time, the business expands its websites to su...
From the Jira text:Check the Referer headerIf the header is:missing ORdoes not originate from our domainRedirect the userApplies only when users access the search results page directly with query parametersImplemented on the dispatcher sideSo the rule must:Use HTTP_REFERERTarget only /search-results...
I am trying to hide a taxonomy path (for example, /content/dam/test and /content/site/test_page) from all users, including administrators. I was able to successfully hide it for all non-admin users by configuring ACLs in repo-init scripts. However, admins are still able to see the taxonomy path. How...