Jump to: navigation, search

Difference between revisions of "HowTo:Declare an Object as Measurement Task"


(Created page with "The Classification measurementtask is used to provide objects with a check box value and previous value to the mobile client. It is not required to ...")
 
Line 7: Line 7:
  
 
==See also==
 
==See also==
* [[Declare_an_Object_as_Task]]
+
* [[Declare an Object as Task]]
  
  
 
[[Category:How-To]] [[Category:UBIK Client]]
 
[[Category:How-To]] [[Category:UBIK Client]]

Revision as of 12:51, 3 December 2013

The Classification measurementtask is used to provide objects with a check box value and previous value to the mobile client. It is not required to swipe in, the property pops up immediately.
Mobile Client

  1. Set the SYSCLS MEASUREMENTTASK classification on the MetaClass of the object using the Class Details control
    Class Details
  2. Implement the GEO property on the specific object with Implement property from the context menu
    Implement property
  3. Check if the property was created correctly and Needs Validation is activated
    Property needs validation
  4. Save the changes with Ctrl+S or the save command

See also