Posts

Showing posts with the label Shared

Salesforce Fact #774 | Check if a file is shared with a library

Image
How to know if a File has been shared with a Library? Once a file is added to a Library, a record is created in the ContentWorkspaceDoc object. We can query this object with the ContentDocumentId to check if a file is shared with a library. Reference:  https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_contentworkspacedoc.htm Attached are the screenshots.

Salesforce Fact #560 | Shared activities

Image
There is a setting under ' Activity Settings ' which enables to share a task/event with multiple contacts and a lead. Using this option, A task/event can be shared with upto 50 contacts and one lead. Note: Once enabled, this feature cannot be disabled from setup. Salesforce support needs to be contacted for the same. Reference:  https://help.salesforce.com/s/articleView?id=sf.activities_enable_shared_activities.htm&type=5 Attached is the screenshot.