Jump to: navigation, search

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


Line 1: Line 1:
The [[System Classifications|Classification]] task is used to provide objects with a check box to the mobile client. It is not required to swipe in, the property pops up immediately.<br/>[[File:UI_SYSCLS_TASK_04.png|550 px|border|alt=Mobile Client|Mobile Client]]
+
The [[System Classifications|Classification]] task is used to provide a check box for a single property on the mobile client at object level, so it is not required to swipe in but the property pops up immediately. This is especially interesting if your tasks should be editable in a checklist style, rather than having to open each task separately. <br/>[[File:UI_SYSCLS_TASK_04.png|550 px|border|alt=Mobile Client|Mobile Client]]
  
# Set the [[SYSCLS_TASK]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_SYSCLS_TASK_01.PNG|220px|border|alt=Class Details|Class Details]]
+
# Set the [[SYSCLS_TASK]] classification on the [[MetaClass]] of the task object, using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_SYSCLS_TASK_01.PNG|220px|border|alt=Class Details|Class Details]]
# Check if the property was created correctly and '''Needs Validation''' is activated <br/>[[File:UI_SYSCLS_TASK_03.PNG|990 px|border|alt=Property needs validation|Property needs validation]]
+
# Mark the property you want to connect to the object-level checkbox with the '''Needs Validation''' flag <br/>[[File:UI_SYSCLS_TASK_03.PNG|990 px|border|alt=Property needs validation|Property needs validation]]
# Check if the property in the ''ACM'' has the right priority<br/>[[File:UI_SYSCLS_TASK_02.PNG|660 px|border|alt=Property priority|Property priority]]
+
# Make sure that this property needs to have a priority of 120 or higher set in the ''ACM''<br/>[[File:UI_SYSCLS_TASK_02.PNG|660 px|border|alt=Property priority|Property priority]]
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 
# Save the changes with {{key press|Ctrl|S}} or the save command
  
 
[[Category:How-To]] [[Category:UBIK Client]]
 
[[Category:How-To]] [[Category:UBIK Client]]

Revision as of 15:18, 2 December 2013

The Classification task is used to provide a check box for a single property on the mobile client at object level, so it is not required to swipe in but the property pops up immediately. This is especially interesting if your tasks should be editable in a checklist style, rather than having to open each task separately.
Mobile Client

  1. Set the SYSCLS TASK classification on the MetaClass of the task object, using the Class Details control
    Class Details
  2. Mark the property you want to connect to the object-level checkbox with the Needs Validation flag
    Property needs validation
  3. Make sure that this property needs to have a priority of 120 or higher set in the ACM
    Property priority
  4. Save the changes with Ctrl+S or the save command