Skip to main content

PricesheetSortField

Available fields for sorting pricesheet search results

enum PricesheetSortField {
ID
CODE
NAME
DESCRIPTION
PRIORITY
TYPE
READONLY
LAST_MODIFIED_AT
CREATED_AT
}

Values

PricesheetSortField.ID

Sort by pricesheet record ID

PricesheetSortField.CODE

Sort by pricesheet code alphabetically

PricesheetSortField.NAME

Sort by pricesheet name alphabetically

PricesheetSortField.DESCRIPTION

Sort by pricesheet description alphabetically

PricesheetSortField.PRIORITY

Sort by pricesheet priority numerically

PricesheetSortField.TYPE

Sort by pricesheet type

PricesheetSortField.READONLY

Sort by read-only status

PricesheetSortField.LAST_MODIFIED_AT

Sort by the date when the pricesheet was last modified

PricesheetSortField.CREATED_AT

Sort by the date when the pricesheet was created

Member Of

PricesheetSortInput input