Difference between revisions of "HowTo:Declare an Object as Task"
Line 8: | Line 8: | ||
# 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]] | ||
− | # | + | # Check the property, which should be connected to the checkbox in the object list, with the '''Needs Validation''' flag <br/>[[File:UI_SYSCLS_TASK_03.PNG|990 px|border|alt=Property needs validation|Property needs validation]] |
− | # | + | # Set the property's priority to 120 or higher 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 | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_TASK#Validated MetaProperties|validated properties]] | ||
[[Category:How-To]] | [[Category:How-To]] |
Revision as of 09:28, 16 December 2013
The task object displays a check box next to the object in the Content Browser on the UBIKCLIENT. If the object carries validated properties the it is not required to enter the object's properties tab as a dialog will pop up if the row is clicked.
- Set the SYSCLS TASK classification on the MetaClass of the task object, using the Class Details control
- Check the property, which should be connected to the checkbox in the object list, with the Needs Validation flag
- Set the property's priority to 120 or higher in the ACM
- Save the changes with Ctrl+S or the save command