Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"
| Line 5: | Line 5: | ||
# Implement the '''GROUPID''' and '''ORDERID''' property<br/>[[File:UI_HowTo_SortObjects_01.png|220px|border|alt=Sorted Item Classification|Sorted Item Classification]] | # Implement the '''GROUPID''' and '''ORDERID''' property<br/>[[File:UI_HowTo_SortObjects_01.png|220px|border|alt=Sorted Item Classification|Sorted Item Classification]] | ||
| − | |||
| − | |||
| − | |||
[[Category:How-To]] | [[Category:How-To]] | ||
Latest revision as of 16:07, 2 February 2015
Sorting objects on the mobile client requires that the according MetaClass of the object implements the SYSCLS SORTEDITEM classification.
- Open the Class Details control
- Classify the MetaClass with the SYSCLS_SORTEDITEM classification
- Implement the GROUPID and ORDERID property

