Newer Version Available

This content describes an older version of this product. View Latest

SfFunctionsConnection (Beta)

Represents a connection between an org and Salesforce Functions. This object is available in API version 52.0 and later.

This feature is a Beta Service. Customer may opt to try such Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), undelete(), update(), upsert()

Fields

Field Details
Error
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The error string, if any, for the connection between the org and Salesforce Functions.
FunctionsAccountLoginOrg
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The Salesforce Functions account login org.
FunctionsAccountName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The Salesforce Functions account name.
FunctionsAccountUuid
Type
string
Properties
Filter, Group, idLookup, Nillable, Sort
Description
The unique Salesforce Functions account UUID. This is a generated ID that is not in Salesforce object ID format.
Sequence
Type
string
Properties
Autonumber, Defaulted on create, Filter, Sort
Description
Sequence number for the record.
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
The status of the connection between the org and Salesforce Functions.
Possible values are:
  • Attempted
  • None
  • TrustedBiDirection
  • TrustedUniDirection
The default value is 'None'. TrustedBiDirection indicates the connection is fully established.

Usage

SfFunctionsConnection is not intended for direct use and should be treated as a read-only object that represents the current connection information between your org and Salesforce Functions. To create and manage connections between your org and Salesforce Functions use the steps and commands described in the Salesforce Functions developer documentation.

SfFunctionsConnection is not supported in Trialforce templates or org snapshots.