sf-fx-runtime-nodejs / Exports / Org
Interface: Org
Holds information about the invoking Salesforce organization and user.
The API version the Salesforce organization is currently using.
• Readonly
apiVersion: string
The base URL of the Salesforce organization.
• Readonly
baseUrl: string
An initialized data API client instance.
• Readonly
dataApi: DataApi
The domain URL of the Salesforce organization.
• Readonly
domainUrl: string
The Salesforce organization ID.
• Readonly
id: string
The currently logged in user
• Readonly
user: User