Difference between revisions of "HowTo:Declare an Object as Measurement Task"
Line 1: | Line 1: | ||
The [[System Classifications|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.<br/>[[File:UI_SYSCLS_MEASUREMENTTASK_01.png|thumb|220 px|border|alt=Mobile Client|Mobile Client]] | The [[System Classifications|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.<br/>[[File:UI_SYSCLS_MEASUREMENTTASK_01.png|thumb|220 px|border|alt=Mobile Client|Mobile Client]] | ||
+ | <gallery widths="200" heights="200"> | ||
+ | File:UI_SYSCLS_MEASUREMENTTASK_01.png|1 - Example | ||
+ | </gallery> | ||
+ | |||
# Set the [[SYSCLS_MEASUREMENTTASK]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_SYSCLS_MEASUREMENTTASK_03.PNG|330 px|border|alt=Class Details|Class Details]] | # Set the [[SYSCLS_MEASUREMENTTASK]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_SYSCLS_MEASUREMENTTASK_03.PNG|330 px|border|alt=Class Details|Class Details]] |
Revision as of 09:07, 16 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.
- Set the SYSCLS MEASUREMENTTASK classification on the MetaClass of the object using the Class Details control
- Implement the VALUE and PREVIOUSVALUE property on the specific object with Implement property from the context menu
- Check if the properties were created correctly and Needs Validation is activated
- Save the changes with Ctrl+S or the save command