Newer Version Available
FunctionReference
Represents a deployed Salesforce Function associated with an org. This
object is available in API version 52.0 and later.
Supported Calls
create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()
Fields
| Field | Details |
|---|---|
| Description |
|
| FunctionName |
|
| Language |
|
| MasterLabel |
|
Usage
Treat FunctionReference records as read-only records used to get information about a specific Function associated with your org. To invoke Functions, use the Apex functions.Function class invoke methods. To deploy and associate Functions with your org, use Salesforce CLI commands associated with Functions, as described in the Salesforce Functions developer documentation.
FunctionReference is not supported in Trialforce templates or org snapshots.