Newer Version Available
FunctionReference (Beta)
Represents a deployed Salesforce Function associated with an org. 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(), 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.