Last modified on 25 November 2013, at 16:01

Make an Object sortable on Mobile Client

Revision as of 16:01, 25 November 2013 by KNO (Talk | contribs) (Created page with "The sorting of objects on the mobile device requires that: # The according MetaClass of the object implements the SYSCLS SORTEDITEM classification ## Open the ''[[Cla...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The sorting of objects on the mobile device requires that:

  1. 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