Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleEnable viewing, creating, and deleting Salesforce Files within Pulsar.

Include these objects in your sync object list PulsarSettingTo enable Salesforce Files, you must configure the two settings shown below.  The first one is to include the actual objects that store the Content File information on Salesforce.  The second one allows you to specify which parent objects that Pulsar should sync Files for.

Modify your existing sync object list setting to include these objects as well:

Keypulsar.sync.objects
ValueContentDocument
ContentDocumentLink
ContentVersion

Also specify this setting to sync files attached to specific objects.

Keypulsar.sync.cdl.objects
Value<object type list separated by newlines>

For example, to sync Files for Contacts and Accounts specify this value:

Account
Contact

Note

Adding Specifying these three objects two settings will sync the content records that the user can access, but will not automatically retrieve the actual file during sync.  Depending on your requirements, you may prefer to have your users not pre-download all the files, but to download individual files on demand (network connectivity permitting). If, however, you require your users to always have access to the files, specify the base64 setting below.


...