I have been trying to add a .csv file to AEM DAM and I keep getting a failure due to "Job failed due to an exception(Required column assetPath not present in the sheet)." I looked at other posts and did what was suggested but it will NOT work. I've added a photo of what the document looks like. Do n...
Hi, I want to create an new custom action button under tool bar in assetdetails.html. Earlier I have created for assets.html and it is working but when same way I am trying in assetdetails.html then it does not work.What I have created I have created this custom action button, and when I hit on thi...
Hi Team, I have a code like this in my service class.try (ResourceResolver resourceResolver = request.getResourceResolver();PDDocument finalDoc = new PDDocument()){requestStringJson = new JSONObject(IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8));PDDocument pdfTemplate = null;if(...
Hello All, I am looking for recommendations to read Asset metadata to determine if the asset is AI generated, as an example I have started with Adobe Firefly, it would be good incase it can be expanded to other AI tools which generate similar contents. (Lets keep it to Firefly for now) In reference ...
Hi all hope you guys have a good day, As the subject mention, currently in our AEM we have a content fragment template with an English dropdown label, and we would want to cater for other language (Mandarin for this case) without changing the original label. The reason for this is that we already ha...
Hi All,We need to migrate AEM assets between two instances . We are planning to use vlt rcp tool.The source instance is using Auzre Data Store and target is using different Azure Data store. Can we use vlt rcp in this case or do we need to take different approach. Any suggestions?
This came up as a query in one of our requirements. A component is designed which has a drop-down, this drop-down should show icons on selection of any one value (for example facebook icon should be displayed if i select Facebook in the dropdown), but these icons are not stored as DAM assets. Where ...
There is a requirement where I have a service (lets say GetBundleInfoservice) in Bundle A. Now I need to access this service in Bundle B. What should be my approach. I have a servlet which returns a Json using that Service. However, I should atleast be able to call the service from Bundle A to Bundl...
Hi all,I am trying to build a Asset Compute Worker (App Builder) App that can be integrated with AEMaaCS instance and will help to remove the background that is available in the AEM Asset Compute Worker with Photoshop API Code Lab.AEM Asset Compute Worker I have followed the above lessons to remove ...
Hi,I'm looking for a way for our librarians to export metadata of assets based on search results. For example, I searched with "jet" and I got 1000 assets as a result that spans across multiple folders. I think there is no OOB way to get this. Can anyone let me know if there is a way to achieve this...