I'd love to establish an easy visual for our end users to know which brands specific assets can be used for. Some assets can be used for all brands and other only specific ones. We don't have teams dedicated specifically to those specific brands so governance of this becomes challenging. If we could...
Hi, My organization is interested in demoing Brand Portal. I have access to an AEM Assets/Sites personal sandbox through Adobe Learning Path and I'm curious whether I can do a sandbox environment of Brand Portal. Is this possible? If not, are there any other ways my organization can demo/sandbox Br...
In AEM DAM, we can search assets based on exact values of metadata fields, such as, title, description, and creator. For example, title:John Same way when we search for a user-generated/custom property, with its field label in the property editor in lowercase, with spaces removed then we are gettin...
I am trying to download image thumb nails or original from DAM and show on another web page hosted by another server. Here is my Java servlet: public void downloadImage(String img_name) throws IOException { String asset_api = "https://dam.company.com/api/assets/products/" + img_name + "/renditio...
Hello Community,I'm working on a project for a major newspaper in Brazil, where we've developed a simple wizard to help authors publish their articles more quickly.Everything functions well overall, but we are encountering an issue with the image upload times when using the API (initiate-upload).htt...
Hi, we've uploaded over a 1000 assets with 7 smart crops set in the image profile. We now want to add 3 more smart crops - and apply them to all existing images. We can do this by running the 'dynamic media re-process assets' workflow. BUT.... any adjustments to smart crop setting on any of those or...
Hi Team Currently we are not having any frontend codebase in ui-frontend module level ,only we maintaining at component level . Is there any recommendation or advantages handling ui-frontend module level instead of component level for better performance. RegardsVara
Hi Team Can you please let me know what are advantages or scenario we need use AEM Project Modules it.test & ui.test ? Currently we are writing Junit testcases for backend logic in core module itself .what is recommendations here for better maintained or organizing the of codebase. RegardsVara
I need to do a bulk delete operation on a folder with a large amount of nodes as the folder we migrated had a lot more junk in it than was originally expected. So we want to scrap the folder and re-migrate correctly. However, I have to go folder by folder essentially using the UI delete button. I...