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 4 Next »

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 he 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)

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.

 
 
NamePulsar Test Users

Key

pulsar.test.users

Value

List of usernames (emails) separated by semicolons or newlines

Default Value


Compatibility
  • iOS
  • Windows
  • Android

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
  • No labels