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