Jump to: navigation, search

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


Line 19: Line 19:
 
* [[SYSCLS_TASK#Validated MetaProperties|Validated properties]]
 
* [[SYSCLS_TASK#Validated MetaProperties|Validated properties]]
  
 +
[[Category:Publishing]]
 
[[Category:How-To]]
 
[[Category:How-To]]

Revision as of 00:06, 30 March 2015

An object implementing the task classification displays a check box in the Content Browser on the UBIKCLIENT. If the object possesses validated properties a dialog will show up if the user clicks on the check box. The user is instructed to enter data for all properties having Metaproperty enabled, whereas values of other properties can be entered onto the object's properties tab.

[edit]

Studio

  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

Client

See also