Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated "SFDC Link Button Action" Notes to fix the broken link to OpenURL PSL Action info

...



 

 
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 : OpenURL 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


...