Record Rollup Result Input

Input representation to sort and fetch the record rollup results.
JSON example
{
  "sortBy": "Name",
  "isSortOrderAscending": true
}
Properties
Name Type Description Required or Optional Available Version
isSortOrder​Ascending Boolean Indicates whether the sort order is ascending (true) or not (false). The default value is true. Optional 61.0
sortBy String Criteria to sort the record aggregation results. The default value is CreatedDate. Optional 61.0