Newer Version Available
ApexExecutionOverlayResult
Represents the result from the Apex code snippet or SOQL query defined in the associated
ApexExecutionOverlayAction, and the resulting heap dump if one was returned. Available from API version 28.0
or later.
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.