UTIL_FormulaFilter.DTO_FilterResults
Class
apex
global inherited sharing class UTIL_FormulaFilter.DTO_FilterResultsInner class representing the result of the filter method.
See Also: UTIL_FormulaFilter.filter
Properties
| Property | Description |
|---|---|
| global List<SObject> newRecords | The filtered list of old SObjects. |
| global List<SObject> oldRecords | The filtered list of new SObjects. |
newRecords
apex
global List<SObject> newRecordsType: List
The filtered list of old SObjects.
oldRecords
apex
global List<SObject> oldRecordsType: List
The filtered list of new SObjects.