Jump to: navigation, search

Declare an Object as Task


Revision as of 09:33, 16 December 2013 by KNO (Talk | contribs)

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