Sharing files to a Library in Salesforce

Sharing files to a Library in Salesforce

1. Enable “Files user interface allows sharing files with libraries”.

2. To share, select “Share with Library”.

Note:

This feature is disabled by default. Administrator has to enable it.

We can use Salesforce Apex also to share with a library. ContentDocumentLink record should be created with LinkedEntityId as the Library Id to upload a File to a specific Library Folder using Salesforce Apex.

Leave a Reply