orderByField
Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.
Referenced by: popupElement relationship, relatedRecordsInfo
Properties
Property | Details |
---|---|
field | The attribute value of the field selected that will drive the sorting of related records. |
order | Set the ascending or descending sort order of the returned related records. Valid values:
|
orderByField Example
{
"field": "relationships/0/FieldName",
"order": "asc"
}