Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




 
 
NameTop Level List View Fields

Key

pulsar.objectAPIName.topLevelList.fields

Value

Comma separated API names of the fields. Fields can be specified with labels, optionally, like this:    FieldAPIName;FieldLabel

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Changes the fields for the default list view which is normally based on the default SF search layout.  The format is a comma or newline separated API names of the fields, with optional field label specification using a semicolon (;). If this setting is specified, it will replace the search layout, but it is possible to only modify some of the fields in the search layout, leaving the others intact. The '-'  (dash) character can be used to indicate a placeholder for the original search layout field. See the examples below. 
Notes/Comments

  

  1. Replace all search layout fields with 3 other fields-                            field1, field2, field3
  2. Replace all search layout fields with 3 fields, 2 having labels-           field1;field 1 label, field2, field3;fieldlabel 3
  3. Replace all search layout fields except the second and third one-    field1, -, -, field4     




 
 
NameTop Level List View Filters

Key

pulsar.objectAPIName.topLevelList.filters

Value

Comma separated API names of the fields

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Changes the filter fields in the list view. You can setup up to two filters for each list view. Please see the enhanced version of this setting below. Please note that if that setting is specified, it overrides this one.
Notes/Comments Status__c, Pricebook2Id 




 
 
NameTop Level List View Filters (Enhanced)

Key

pulsar.objectAPIName.topLevelList.filters.whereClause

Value

Newline separated values of filter fields with optional where clauses

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Changes the filter fields in the list view. You can setup up to two filters for each list view. This enhanced version of the setting allows you to specify a where clause (if necessary) for a reference (lookup) field.  Each filter should be on its own line. The format of the filter line is as follows:  <Field API Name> : <SQL Where clause without the 'WHERE' keyword>.  Please note that if this setting is specified, it takes precedence over the non enhanced filter setting above.
Notes/CommentsExample (note each filter on its own line with the 2nd filter specifying that only active Pricebooks should be presented as filter selections):
Status__c
Pricebook2Id : IsActive = 'TRUE'




 
 
NameContains Search Fields

Key

pulsar.objectAPIName.topLevelList.containsSearchFields

Value

Comma separated API names of the fields

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

If the list view of a particular object contains a reference to another object, by default that field is not searchable (for DB performance reasons). You can use this setting to enable reference field search on the list view.

Notes/Comments




 
 
NamePrevent User from Deleting a Document (On Device Only)

Key

pulsar.docs.enableDeleteLocal

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

By default, a user may swipe a row to unhide the document delete button.  When the user presses the delete button, the document is only deleted from the device and does not have any effect on the server.  After deleting a document, a user may download the document again from the Document Updates screen.  This setting can disable the delete button from displaying when set to FALSE.
Notes/Comments




 
 
NameHide the Address Book button

Key

pulsar.toplevellist.hideAddressbookButton

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Some customers find the button really useful, so their users can import their personal contacts into Salesforce but some prefer not to display the icon. So we give you the choice to display the icon or not. .
Notes/Comments




 
 
NameEnable business card scan feature

Key

pulsar.toplevellist.showCardScannerButton

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

With the premium version of Pulsar, you will have the option to enable this feature. Once you have the setting, the scan icon would be displayed on Lead and Contact list views and users can use that to scan business cards and create leads or contacts. 
Notes/Comments



...


 
 
NameFilter records shown in the list views by a where clause

Key

pulsar.objectAPIName.toplevellist.whereClause

Value

SQLIte syntax for where clause

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Administrators use this setting, so their users only see the records filtered by additional criteria
Notes/Comments (date('now') <= Survey_End_Date__c)




NameDefine a default sort order for an object's list view

Key

pulsar.objectAPIName.toplevellist.DefaultSortOrder

Value

SQLITE syntax for ORDER BY clauses.. for example:

Key: pulsar.task.toplevellist.defaultsortorder
Value: ActivityDate DESC, Subject ASC

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Administrators use this setting, so their users only see the records filtered by additional criteria
Notes/Comments 




 

 
NameAllow exporting list view data in Comma Separated Values (csv) format

Key

pulsar.enableExport.objects

Value

comma or newline separated SObject API names

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Administrators use this setting, so their users will be able to export list view data to Excel or other data viewing applications
Notes/Comments 


...



 

 
NameAlways show the 'All' records listview

Key

pulsar.listviews.allRecordsView.alwaysEnabled

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

By default, Pulsar includes an additional listview for every object list named 'All'. This listview shows all records downloaded for the object. You may specify this setting with a value of FALSE to hide this listview and only present the user with the listviews that are defined via SFDC.
Notes/CommentsNote that this listview will still be shown regardless of this setting for those objects where no defined listviews were found.


...



 

 
NameShow the 'Recent' records listview

Key

pulsar.listviews.recentView.enabled

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

By default, Pulsar includes an additional listview for every object named 'Recent'. This listview shows only records accessed from that device since the first sync. You may specify this setting with a value of FALSE to hide this listview.
Notes/CommentsThis listview represents records accessed from this device only and not any records accessed via the Salesforce website.