Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added sLink documentation

...


 
 
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;
}

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.