CustomersSortField
No description
enum CustomersSortField {
FULL_NAME
STATUS_CHANGED_AT
TIMELINE_INFO_CUSTOMER_WAITING_FOR_REPLY_SINCE
LAST_IDLE_AT
OPEN_ISSUES_PRIORITIES_MIN_VALUE
}
Values
CustomersSortField.FULL_NAME
CustomersSortField.STATUS_CHANGED_AT
CustomersSortField.TIMELINE_INFO_CUSTOMER_WAITING_FOR_REPLY_SINCE
CustomersSortField.LAST_IDLE_AT
CustomersSortField.OPEN_ISSUES_PRIORITIES_MIN_VALUE
Sort based on the minimum value amongst all the customer's open issues' priorities.
When sorting ascending, most urgent issues will be first. Otherwise, last.
Member of
CustomersSort
input