Versions Compared

Key

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




 
 
 
 
NameDefault Email Signature

Key

pulsar.email.defaultsignature

Value

Plain text. Can be rich-formatted using HTML. Images not supported at this time.

Default Value (if any)

Sent by Pulsar for Salesforce.<br>http://www.luminixinc.com"
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Change the default email signature for outgoing mail from the app. (This currently applies mainly to content library documents sent from the app).
Notes/Comments 

 

 




 
 
NameHide Advanced Settings Button

Key

pulsar.settings.hideAdvancedSettings

Value

TRUE/FALSE

Default Value (if any)

 FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

When this setting is enabled, the settings page within Pulsar app will not display the Advanced Settings button for the user.
Notes/Comments 

 

 




 
 
NameCC Email for Pulsar Logs

Key

pulsar.logs.email.cc

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

When this setting is enabled, a copy of the email the user is sending will be sent to the email address specified
Notes/Comments 

 

 




 
 
NameRequire a password to use logs Button

Key

pulsar.password

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

When this setting is enabled, the settings page within Pulsar app will prompt the user to enter a passcode before the logs will be displayed for them. Some institutions only want the admin users to be able to send us logs and this is a way to work with that.
Notes/Comments 
 




 
 
 
NameSync with device address book upon Update

Key

pulsar.addressBook.updateEnabled

Value

TRUE / FALSE

Default Value (if any)

 FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

This setting will automatically update the address book when the user creates a contact. This way, they have the information synced to their device and not have to create the contact multiple times.

Notes/Comments 
 




 
 
 
 
NameDisable device calendar events

Key

pulsar.calendar.disableDeviceCalendar

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Some users would only like to see SFDC events and not the Exchange/Gmail and other calendars, so managing events is easier for them.
Notes/Comments




 
 
 
 
NameChange the color of Salesforce Events

Key

pulsar.event.sfcolor

Value

133,74,133

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Change the color of the SF events displayed in your calendar.
Notes/Comments




 
 

 

 
 
NameDisable/Enable Salesforce Event Creation from MyDay

Key

pulsar.event.enableCreatesFromMyDay

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

Additional control on SF event creation.
Notes/Comments 
 




 
 
NameEnable Event Invitees

Key

pulsar.event.enableInvitees

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

This will enable the capability to add invitees to the event.  
Notes/Comments Make sure you add EventRelation to the list of sync objects in addition to turning this setting on
 




 
 
NameAdditional Index Fields (for local device database)

Key

pulsar.additionalIndexFields

Value

Specify one line per index in the format:  <object api name> : <field api name>

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

With this setting you may specify additional database indexes on fields to help improve database performance. 
Notes/CommentsAccount:My_Custom_Field_1__c
MyCustomObject__c:Another_Field1__c 
MyCustomObject__c:Another_Field2__c




 
 
 
 
NameDefault Event Length

Key

pulsar.calendar.defaultEventLength

Value

An integer number of minutes between 15 and 240. Anything outside this range will be corrected to the min or max value

Default Value (if any)

When left unset, this value is considered to be 60 minutes.
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

This value defines the default length of a new Salesforce event object when created through Pulsar. The value is an integer and defines the length in minutes of the meeting.
Notes/Comments






 

  
NameSFDC Link Button Action

Key

pulsar.buttonActions.SObject.Your Title

Value

Custom PSL. For example :

DEFAULT{
Action=SetVar;
VarName=ObjId;
VarValue=Id;
|
Action=sLink;
Values=https://[SalesforceApiServer].my.salesforce.com/apex/PulsarSettingsManager?accId=%%ObjId%%&sfdc.tabName=01r50000000VWXz;
OpenInExternalBrowser=False;

}

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

A Button Action icon will appear in the bottom toolbar for the given SObject detail page. When clicked, you will be able to choose Your Title from a popup menu which will trigger the sLink PSL and open an SFDC page in an embedded web browser.
Notes/CommentsMultiple button actions for same SObject is supported. See Also : wLink PSL Action.






 

 
NameWeb Link Button Action

Key

pulsar.buttonActions.SObject.Your Title

Value

Custom PSL. For example :

DEFAULT{
Action=wLink;
Values=https://www.google.com/;
OpenInExternalBrowser=True;

}

Default Value (if any)


Compatibility
  •  iOS
  •  Windows
  •  Android

Description

A Button Action icon will appear in the bottom toolbar for the given SObject detail page. When clicked, you will be able to choose Your Title from a popup menu which will trigger the wLink PSL and open a web page in an embedded web browser.
Notes/CommentsMultiple button actions for same SObject is supported. See Also : sLink PSL Action.


 

 
NameAndroid Web View Acceleration

Key

pulsar.webViewAcceleration.android

Value

TRUE / FALSE

Default Value (if any)

TRUE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

By default, Pulsar will use hardware acceleration (if supported by the device) to render embedded web views.  If this is causing problems with your embedded HTML pages, you may choose to set this to FALSE at the cost of slower web view rendering.
Notes/Comments