Newer Version Available
FunctionInvocationRequest (Beta)
Represents invocation information for a Salesforce Function. This object
is available in API version 51.0 and later.
When a Salesforce Function is invoked using the Apex functions.Function invoke methods, a FunctionInvocationRequest record is created that contains information on the status and results of the invocation.
Supported Calls
delete(), describeSObjects(), getDeleted(), getUpdated(), query(), undelete(), update()
Fields
| Field | Details |
|---|---|
| ExecutionTime |
|
| ExtendedResponse |
|
| FunctionName |
|
| OwnerId |
|
| ResponseBody |
|
| ResponseContentType |
|
| ResponseLength |
|
| ResponseName |
|
| ResponseUncompressedLength |
|
| StackTrace |
|
| Status |
|
Usage
Treat FunctionInvocationRequest records as read-only records used to get information about a specific Function invocation. To invoke Functions, use the Apex functions.Function class invoke methods.