/
Offline Chatter Configuration and Settings
Offline Chatter Configuration and Settings
Name | Enabling Offline Chatter Support |
---|---|
Key | first need to append the following four objects to your Sync Objects setting (key: pulsar.sync.objects) |
Value | FeedItem FeedTrackedChange |
Default Value (if any) | |
Compatibility |
|
Description | In addition to these supporting objects, you will need to include the specific 'Feed' objects that represent the chatter feeds you would like to sync. For example, if you need the chatter feeds from the Account and Contact standard objects, you would include 'AccountFeed' and 'ContactFeed' to your sync object list. As you can see, the format for the feed object name is to simply append 'Feed' to the parent object's name. For custom objects, the format is slightly different. For example, the feed object name for a custom object, 'MyCustomObject__c', would be 'MyCustomObject__Feed'. Notice that the 'Feed' text was appended, but it also replaced the 'c' suffix. After making these changes, perform a sync to bring down the data for the newly added objects. |
Notes/Comments |
Name | Enabling Chatter Attachments |
---|---|
Key | Append the following objects to your Sync Objects setting (key: pulsar.sync.objects) |
Value | FeedAttachment, ContentVersion, ContentDocument |
Default Value (if any) | |
Compatibility |
|
Description | Adding this object to the sync objects setting will expose a paper clip icon on the Chatter post screens. Tapping it will allow the user to attach an image to the comment or post that is created. |
Notes/Comments |
Name | Accessing Chatter Feeds Within Pulsar |
---|---|
Key | |
Value | |
Default Value (if any) | |
Compatibility |
|
Description | Chatter feeds are only available after you've enabled offline chatter support (see above) and have completed a sync. To navigate to a feed, you need to go to the object's detail screen. If setup correctly, a Chatter icon will appear on the toolbar at the bottom of the screen. Press that Chatter button to bring up the feed history for that object. From that screen, you may create new posts as well as comment on and like existing posts. |
Notes/Comments |
Name | Automatic chatter post upon Pulsar installation |
---|---|
Key | pulsar.chatter.enableInstallPost |
Value | TRUE / FALSE |
Default Value (if any) | TRUE |
Compatibility |
|
Description | After Pulsar is installed, a one-time chatter message is posted stating that Pulsar for Salesforce is installed. To disable this post for all future installations, specify this setting and set the value to 'FALSE'. |
Notes/Comments |