Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Enable viewing, creating, and deleting Salesforce Files within Pulsar.

To 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

Specifying these 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.

Automatically Download Files During Sync

Include or modify the Base64 download sync setting to include ContentVersion:

Keypulsar.sync.base64download.enabledObjects
ValueContentVersion

Admins will need to add the Files related list to the page layouts in order to see Files within Pulsar.


Please Note:

Due to API limitations, Salesforce Files related list support is not available within Pulsar for Event and Task objects. Also, note that enabling Salesforce Files sync may result in an increase of API calls during the catch-up syncs compared to other stages of sync depending on how many Files the user has access to. To estimate how many additional calls are made with each sync, take the number of files the user has access to and divide by 100.





  • No labels