Jump to: navigation, search

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]]
# 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 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]]
# 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]]
+
# 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.

  1. Set the SYSCLS TASK classification on the MetaClass of the task object, using the Class Details control
    Class Details
  2. Check the property, which should be connected to the checkbox in the object list, with the Needs Validation flag
    Property needs validation
  3. Set the property's priority to 120 or higher in the ACM
    Property priority
  4. Save the changes with Ctrl+S or the save command

See also