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:
  • asc
  • desc

orderByField Example

{
  "field": "relationships/0/FieldName",
  "order": "asc"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.