Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ApexExecutionOverlayResult
Supported SOAP Calls
query(), retrieve(), delete()
Supported REST HTTP Methods
Query, GET, DELETE
Fields
| Field Name | Details |
|---|---|
| ActionScript |
|
| ActionScriptType |
|
| ApexResult |
|
| ExpirationDate |
|
| HeapDump |
|
| IsDumpingHeap |
|
| Iteration |
|
| Line |
|
| SOQLResult |
|
| UserId |
|
Usage
When you are troubleshooting a runtime issue, you often want to find out more about the state of a variable or the state of the database, or create a specific condition to test your code. Use ApexExecutionOverlayAction to overlay a diagnostic output on an Apex class or trigger without compromising production code, and use ApexExecutionOverlayResult to navigate the results.