Difference between revisions of "HowTo:Declare an Object as Task"
Line 1: | Line 1: | ||
− | 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. < | + | 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. |
+ | <center> | ||
+ | <gallery widths="700" heights="100"> | ||
+ | File:UI_SYSCLS_TASK_04.png|Display of a Task Object on Mobile Client | ||
+ | </gallery> | ||
+ | </center> | ||
# 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]] | # 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]] | ||
Line 6: | Line 11: | ||
# 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:How-To]] |
Revision as of 09:19, 16 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.
- Set the SYSCLS TASK classification on the MetaClass of the task object, using the Class Details control
- Mark the property you want to connect to the object-level checkbox with the Needs Validation flag
- Make sure that this property needs to have a priority of 120 or higher set in the ACM
- Save the changes with Ctrl+S or the save command