Last modified on 2 February 2015, at 16:07

Make an Object sortable on Mobile Client

Revision as of 16:07, 2 February 2015 by KNO (Talk | contribs)

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

Sorting objects on the mobile client 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