Expand my Community achievements bar.

SOLVED

Customisation AEM Console

Avatar

Level 7

How to disable delete option for particular set of dam assets?

 

Need specific answer .. I have gone through lots of article already .Please suggest.

 

AdobeID24_0-1594970138131.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Employee

 Hi @AdobeID24,

This can be achieved by skipping "delete" permission in http://localhost:6530/useradmin.html for specific set of assets. You can create a custom group of users who has limited set of permission to edit these assets in DAM.

 

1) Go to http://localhost:6530/useradmin.html and login in as an admin.

2) Search for the user who should not see "delete" option on asset toolbar.

3) Remove/uncheck delete permission on the asset

 

Capture.JPG

 

 

After unchecking delete permission, we see:

 

Capture.JPG

 

 

Hope this helps!

 

Thanks,

Vaishali

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @AdobeID24 

 

Could you please remove delete permission of that particular user/group for the particular DAM assets using aem useradmin console, it will remove the delete option for that particular user/group.

 

Regards,

Arpit Varshney

Avatar

Correct answer by
Employee

 Hi @AdobeID24,

This can be achieved by skipping "delete" permission in http://localhost:6530/useradmin.html for specific set of assets. You can create a custom group of users who has limited set of permission to edit these assets in DAM.

 

1) Go to http://localhost:6530/useradmin.html and login in as an admin.

2) Search for the user who should not see "delete" option on asset toolbar.

3) Remove/uncheck delete permission on the asset

 

Capture.JPG

 

 

After unchecking delete permission, we see:

 

Capture.JPG

 

 

Hope this helps!

 

Thanks,

Vaishali

Avatar

Level 7
Thanks for the reply . but my validation is not on the basis of users but on the basis of url ...example if i am at /content/dam/we-retail tthen delete option must be there and if i am at /content/dam/anyotherfolder delete option should not be there ....something like that ....