Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"
| Line 1: | Line 1: | ||
| − | + | Sorting objects on the mobile client requires that the according [[MetaClass]] of the object implements the [[SYSCLS_SORTEDITEM]] classification. | |
# Open the ''[[Class Details#Classification|Class Details]]'' control | # Open the ''[[Class Details#Classification|Class Details]]'' control | ||
Revision as of 13:10, 28 November 2013
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

