Jump to: navigation, search

Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"


(No difference)

Revision as of 13:09, 28 November 2013

The sorting of objects on the mobile device requires that the according MetaClass of the object implements the SYSCLS SORTEDITEM classification.

  1. Open the Class Details control
  2. Classify the MetaClass with the SYSCLS_SORTEDITEM classification
  3. Implement the GROUPID and ORDERID property
    Sorted Item Classification