Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

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