Overview
Pulsar Settings are how you configure the Pulsar for Salesforce mobile app to interact with your organization.
All Pulsar Settings are essentially a name, key, value store. Name
is the "pretty" name of the setting, Key
is the name that the Pulsar app understands, and Value
is the value of the setting.
All Pulsar Settings keys are dot-separated strings of the form: pulsar.<someDomain>.<someKey>Â
(e.g., pulsar.sync.objects
)
You can however also create keys of the form: test.<someDomain>.<someKey>Â
(e.g., test.sync.objects
)
For more information about how to enter or change a Pulsar Setting, refer to Pulsar Settings Overview.
Test Users
Test users in your organization will receive all the Pulsar Settings just like regular users, but with the test-specific variants overriding the normal ones. This can be useful for live-testing changes without performing a full UAT.
You can specify your test users via the pulsar.test.users
Pulsar Setting.
 |  |
---|---|
Name | Pulsar Test Users |
Key | pulsar.test.users |
Value | List of usernames (emails) separated by semicolons or newlines |
Default Value | |
Compatibility |
|
Description | You may also specify one single item, the string all_users to specify that all your users in your organization will receive the test. prefixed variant of settings. |
Notes/Comments |