The Engines.SalesforceLogin object provides convenient methods for setting up a login UI for a Salesforce Klip, as shown below. It takes advantage of the functionality provided by Klipfolio Dashboard's Salesforce Login extension, and may be used with the Engines.Salesforce object. It is especially useful when there are multiple Salesforce Klips, as the Login extension includes a data pool in which login and logout information is stored and shared.
Since:
5.2.1
Also see:
Force.com Web Services API Developer's Guide for requirements, limitations and restrictions of the Salesforce API, especially
the Security and the API section.
| Function Summary | |
String
|
getAccountType()
|
String
|
getPassword()
|
String
|
getRemember()
|
String
|
getUsername()
|
String
|
getWebSessionId()
|
function
|
launchLoginUI()
|
function
|
requestLogout()
|
function
|
requestRelogin()
|
| Function Detail |
getAccountType
String getAccountType()
Since:
5.2.1
-
Returns:
-
c for Enterprise; u for Partner
getPassword
String getPassword()
Since:
5.2.1
-
Returns:
-
the password
getRemember
String getRemember()
If the login information is remembered, Klipfolio Dashboard will automatically make an attempt to log in to Salesforce.com whenever it starts up.
Note that, regardless of the Remember setting, the login process and the way failed attempts are handled by the engine described above apply.
Since:
5.2.1
-
Returns:
-
true if the "Remember me..." checkbox was selected; otherwise false
getUsername
String getUsername()
Since:
5.2.1
-
Returns:
-
the username
getWebSessionId
String getWebSessionId()
Since:
5.2.1
-
Returns:
-
session ID
launchLoginUI
function launchLoginUI()
Since:
5.2.1
requestLogout
function requestLogout()
Since:
5.2.1
requestRelogin
function requestRelogin()
Since:
5.2.1
|
Klipfolio Dashboard API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2011 Klipfolio Inc. All Rights Reserved.