Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed obsolete 'pipeline' and 'meetings' entries from pulsar.home.topPositions


Section

The following PulsarSettings comprise a good starting point for basic customization.  These and additional Pulsar Settings are further documented later in this wiki.

Panel
titleList of Objects to sync with Pulsar


PulsarSetting NameSync Object List

Key

pulsar.sync.objects
ValueAccount
Case
Contact
CurrencyType
Event
Lead
Note
Opportunity
OpportunityContactRole
OpportunityCompetitor
OpportunityStage
RecordType
Task
TaskStatus
User
SomeCustomObject__c
Some_Other_Custom_Object__c


Tip
  • Include all the standard object API names that you want to sync. Similarly, include all custom objects API names you want to sync (don't forget that these include the __c prefix)
  • Pulsar will only sync objects where user profile will have access
  • Objects that are not synced will not be accessible to your users



Panel
titleAuto Sync Time Interval


PulsarSetting NameAuto Sync Time Interval
Key
pulsar.sync.autoSyncIntervalMinutes
Value15


Tip
  • You can specify how frequently sync will occur (when there is a network connection)
  • The default is 120 minutes
  • See also the pulsar.sync.enableInitialAutoSync and pulsar.sync.enableAutoSync settings (both default TRUE)



Panel
titleSetting Home Screen Icons


PulsarSetting NameTop Buttons

Key

pulsar.home.topPositions
ValuecontentLibraryTabs,user,pipeline,events,tasks,calendar,documents,meetings,AppTabs


Tip
  • contentLibraryTabs - Any HTML app based Tab.  For more information, see Pulsar as a Platform.
  • user, pipeline, events, tasks, calendar, documents, meetings  - Pulsar specific tabs
  • AppTabs - All Salesforce tabs as icons



Panel
titlePulsar HomePage Background


PulsarSetting NamePulsar Home Page Background
Key
pulsar.home.backgroundImage
Value


Tip
  • The Value is ignored
  • Upload and attach an image file to this setting.  This will become the Pulsar home screen background image.
  • The recommended image resolution for Pulsar on iOS is 1024 x 768



Panel
titleEnable Web Links for Reports/Dashboards/Visualforce Pages


PulsarSetting NameEnable Web Links
Keypulsar.home.loadLinks
ValueTRUE


Tip
  • If you need to have access for Reports, Dashboard, or any Visualforce tabs in Pulsar, this setting will enable that access
  • These links will only work if pulsar has a network connection



Panel
titleEnable Global Search for Pulsar


PulsarSetting NameEnable Global Search
Key
pulsar.home.enableGlobalSearch
ValueTRUE


Tip
  • This will enable global search functionality for Pulsar



Panel
titleEnable Enhanced Attachments


PulsarSetting NameEnhanced Attachment Mode
Key
pulsar.attachment.enableEnhancedMode
ValueTRUE


Tip
  • This will let the user take pictures right from within the app that can be attached to records as well as let them add multiple pictures from the album at the same time.



Panel
titleDefault Name For Attachments


PulsarSetting NameDefault Attachment File Name
Key

pulsar.[ObjectType.[RecordTypeName]].attachmentDefaultFileName

(For example : pulsar.Account.attachmentDefaultFileName)

ValueValid file name without extension


Tip
  • This setting allows setting a default name for attachments
  • Optionally the Key can be specified with an object type, and optionally with a record type, to narrow the scope in which this applies
  • This name will be combined with a session timestamp and an index to make a unique Attachment file name, using the file's original extension
  • For example, "AccountAttachment" would generate "AccountAttachment_123456789012_1.jpg" for an image attached with this setting in place