'''Criterion 1''': Objects are sorted '''ascending''' by their '''GROUPID'''
# Classify the item as sortable object as described in the article [[Make an Object sortable on Mobile DeviceClient]]
# Set any integer value to the '''GROUPID''' property<br />[[File:UI_HowTo_SortObjects_02.png|border|220px|alt=Sort by GROUPID|Sort by GROUPID]]
# Objects are sorted ascending by their GROUPID
'''Criterion 2''': Objects are sorted '''ascending''' by their '''ORDERID'''
# Classify the item as sortable object as described in the article [[Make an Object sortable on Mobile DeviceClient]]
# Set any integer value to the '''ORDERID''' property<br />[[File:UI_HowTo_SortObjects_03.png|border|220px|alt=Sort by ORDERID|Sort by ORDERID]]
# Objects are sorted ascending by their ORDERID value (within the same GROUPID block)