Module
common_sfdc
Module common_sfdc
Definitions
biorg/common_sfdc
1.0.0
SFDC Connection Library
Functions
getCustomSfdcConnectionData
function getCustomSfdcConnectionData() returns SfdcSession|errorAuthenticates with Salesforce and returns a fresh session. Called once per packet to avoid mid-batch token expiry.
Return Type
- SfdcSession|error - SfdcSession with sessionId, serverUrl, host, url, or an error on failure
Configurables
Records
common_sfdc: SfdcSession
Closed record
Fields
- sessionId string -
- serverUrl string -
- host string -
- url string -
- passwordExpired boolean -
- sessionSecondsValid int -
Import
import biorg/common_sfdc;Other versions
1.0.0
Metadata
Released date: 8 days ago
Version: 1.0.0
Compatibility
Platform: any
Ballerina version: 2201.13.3
GraalVM compatible: Yes
Pull count
Total: 2
Current verison: 2
Weekly downloads
Dependencies