Hi,
When we set a field to be required on asset metadata schema, when an asset doesn't fill that field the asset is displayed with a message saying that required fields are not filled and the admin user receives a notification about the assets with invalid metadata.
Where can I configure which group would see those notifications? Or only administrators can see those?
thanks
Solved! Go to Solution.
Views
Replies
Total Likes
With this service, it seems to work only for Users
You may have to write your own scheduler to send it for the groups if need be (You can refer to com.day.cq.dam.core.impl.MissingMetadataNotificationJob and write your custom service)
Views
Replies
Total Likes
I found the service:
Adobe CQ DAM Missing Metadata Notification
But it allows only to specify an recipient Id, by default is admin.
I tried putting a group id but it didn't work, but using a specific user id it works.
Does someone know if it would work for group ids?
Thanks
Views
Replies
Total Likes
Looks like this only works for users.
Views
Replies
Total Likes
With this service, it seems to work only for Users
You may have to write your own scheduler to send it for the groups if need be (You can refer to com.day.cq.dam.core.impl.MissingMetadataNotificationJob and write your custom service)
Views
Replies
Total Likes
Hi @smacdonald2008 and @bsloki for your answers.
One thing I noticed is when it is set to admin, if I put an user in the administrators group it receives the invalid metadata notification. Maybe it is a special case for admin groups.
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies