Record Rollup Results
Output representation of the record rollup results.
- JSON Example
-
{ "columns": [ { "fieldApiName": "Name", "displayFormatType": "text", "fieldLabel": "Name", "sequence": 0, "isRedirectionEnabled": true, "isSortable": true, "isTypeName": true, "sortByField": "Name" }, { "fieldApiName": "BranchUnit", "displayFormatType": "reference", "fieldLabel": "Branch Unit", "sequence": 4, "isRedirectionEnabled": true, "isSortable": true, "isTypeName": false, "sortByField": "BranchUnit.Name" } ], "message": "Successful", "rows": [ { "rowData": { "Status": "Active", "Type": "Savings", "Id": "0c7xx000000006TAAQ", "FinancialAccountNumber": "*********0001", "Name": "John Doe", "Case__c": { "Id": "Some ID", "CaseNumber": "000001" } } } ], "statusCode": "200", "totalResultCount": 1, "definitionDisplayName": "Savings Financial Account" }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
columns | Record Rollup Result Column[] | List of fields that represent the columns of a table. | Small, 61.0 | 61.0 |
definitionDisplayName | String | Name of the record aggregation definition. | Small, 61.0 | 61.0 |
message | String | Message for the HTTP response code. | Small, 61.0 | 61.0 |
rows | Record Rollup Result Row[] | List of aggregated records that represent the rows of a table. | Small, 61.0 | 61.0 |
statusCode | String | HTTP response code for the request. | Small, 61.0 | 61.0 |
totalResultCount | Integer | Total number of record aggregation results. | Small, 61.0 | 61.0 |