FunctionInvocationRequest (ベータ)
Apex の functions.Function invoke メソッドを使用して Salesforce Function を呼び出すと、呼び出しの状況と結果の情報を含む FunctionInvocationRequest レコードが作成されます。
サポートされているコール
delete()、describeSObjects()、getDeleted()、getUpdated()、query()、undelete()、update()
項目
| 項目 | 詳細 |
|---|---|
| CallbackStatus |
|
| ExecutionTime |
|
| ExtendedResponse |
|
| FunctionName |
|
| OwnerId |
|
| ResponseBody |
|
| ResponseContentType |
|
| ResponseLength |
|
| ResponseName |
|
| ResponseUncompressedLength |
|
| StackTrace |
|
| Status |
|
使用方法
FunctionInvocationRequest レコードは、特定の Function の呼び出しに関する情報を取得するための読み取り専用レコードと考えてください。Functions を呼び出すには、Apex の functions.Function クラスの invoke メソッドを使用します。
FunctionInvocationRequest は、Trialforce テンプレートまたは組織スナップショットではサポートされていません。