Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"
| Line 6: | Line 6: | ||
[[Category:How-To]] | [[Category:How-To]] | ||
| + | [[Category:Visualizing]] | ||
| + | [[Category:UBIK Client]] | ||
Revision as of 20:09, 5 June 2014
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

