Skip to main content
Is there any way to know which members of a Content Library have subscribed to that Library? We get this question from Marketing and Product Management a lot. I know we can report on how many have subscribed to a file but at the Library level would be more helpful.
1 comentário
  1. 1 de mai. de 2015, 10:22

    Not sure if this is visible from SOQL, but looks like ContentDocumentHistory only for Document subscribed

    example: SELECT Id, ContentDocumentId, CreatedById, CreatedDate, Field FROM ContentDocumentHistory where Field = 'contentDocSubscribed'

0/9000