Jump to: navigation, search

Difference between revisions of "HowTo:Sort an Objects Published MetaProperties"


 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
* [[MetaProperty]]
 
* [[MetaProperty]]
  
 +
[[Category:Publishing]]
 +
[[Category:Client]]
 
[[Category:How-To]]
 
[[Category:How-To]]
[[Category:UBIK Client]]
 

Latest revision as of 16:09, 2 February 2015

Once a MetaProperty has been published via a Context Scope (configured in the ACM) its ordering on the mobile client is determined by the following criteria:

Criterion 1: MetaProperties are sorted descending by their priority

  1. Open the Relation Editor control
  2. Connect the designated Context Scope to the control, which is either a MetaClass Scope scope or a Query Scope
  3. Set the Priority attribute of the relational data to the appropriate value
    Sorted by Priority

Criterion 2: MetaProperties are sorted ascending by their sort order

  1. Open the Relation Editor control
  2. Connect the designated Context Scope to the control, which is either a MetaClass Scope scope or a Query Scope
  3. Set the Sort order attribute of the relational data to the appropriate value
    Sorted by Sort Order

Criterion 3: MetaProperties are sorted ascending according their description

IC Attention.pngNon-applicable criteria, for example no priority is set, are ignored by the system.

See also