Our team is currently exploring solutions to audit pdf's in our environment. The main file activities we would like to be able to audit and view are read, edit, and email related activities. Would Adobe Experience Manager or any other Adobe products accomplish this for us?
Hi All, We have some PSD images managed in AEM DAM. These images have the clipping path added to them.It's observed that renditions generated for these images don't retain the clipping paths after they are processed by DAM Update asset workflow.Any suggests or idea how we can retain the clipping pat...
Hi, We've couple of questions for moving from AEM6.5 to AEMaaCS Assets program. could someone please clarify? - In 6.5 we have some workflows on assets creation/modification etc. where there are some custom functionalities. We need to move to cloud and retain the same functionality. As I understand ...
Hi, I want to monitor the digital asset lifecycle of assets stored in the DAM through scheduled review tasks. I'd like to set the review date of an asset as soon as it is uploaded to AEM, and then be notified in the future when it's time to perform the review task. A bonus feature I would like to se...
Hi all, I'm at the beginning stages of creating the organizational structure for my company's DAM. We use a connector to push assets from Workfront to AEM Assets. I'm considering creating a holding folder in the DAM, where assets that are uploaded from Workfront will be temporarily housed. While ass...
Is there a way we can add the below updates to the search filter form in AEM assets admin rail search form . I don't think this is available OOTB but has anyone come across this and if yes, have you handled this on AEM author :-Search for all assets that 'DO NOT' have a specific metadata property ...
Hi AEM Community, We have developed custom buttons and links in the standard AEM Assets Console for the assets which our business team should use for their day to day operations.However, they are navigating to the Assets Essentials console which has a personalized workspace with some add-ons such ...
Dear Team, I've a requirement where the existing asset share common search functionality to be overridden.Instead of token based search, needs a 'startswith' search. For example: if file name is abcdef_xyz.jpeg , if the user enter abc or abcd, I should get the result. I created a servlet for the que...
i need to add email address from all child nodes that are having, to the parent node but I'm unable to replicate my changes . my changes are not reflcting in the aem node . this is the code I'm using . ive installed the folder node from the package manager.package com.cni.cq.dam.ui.contactsheet.serv...
Hi All, I am doing upload asset through below service and written below code. import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.util.Base64; import java.util.HashMap; import java.util.Map; import or...