Skip to content

UTIL_FormulaFilter.DTO_FilterResults

Class

apex
global inherited sharing class UTIL_FormulaFilter.DTO_FilterResults

Inner class representing the result of the filter method.

See Also: UTIL_FormulaFilter.filter


Properties

PropertyDescription
global List<SObject> newRecordsThe filtered list of old SObjects.
global List<SObject> oldRecordsThe filtered list of new SObjects.

newRecords

apex
global List<SObject> newRecords

Type: List

The filtered list of old SObjects.

oldRecords

apex
global List<SObject> oldRecords

Type: List

The filtered list of new SObjects.