Jump to: navigation, search

Difference between revisions of "MROCLS PICK LIST TASK"


(See also)
Line 10: Line 10:
  
 
Classifies an object as a Pick List Task.  
 
Classifies an object as a Pick List Task.  
A Pick List Task needs a predefined List to pick from for its value property. The task counts as finished as soon as a list item has been selected. Each List item needs an integer value assigned to it. The value 0 is reserved for the server since it is used to provide a reopening functionality for the task.
+
A Pick List Task needs a predefined [[UBIK_Active_Lists|Active List]] to pick from for its value property. The task counts as finished as soon as a list item has been selected. Each List item needs an integer value assigned to it. The value 0 is reserved for the server since it is used to provide a reopening functionality for the task.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 39: Line 39:
 
* [[MROCLS_CALCULATION_TASK#Calculation Task]] (Classification)
 
* [[MROCLS_CALCULATION_TASK#Calculation Task]] (Classification)
 
* [[UBIK_Active_Lists]]
 
* [[UBIK_Active_Lists]]
 +
* [[Active_List_Client]]
  
 
[[Category:Classifications|MROCLS PICK LIST TASK]]
 
[[Category:Classifications|MROCLS PICK LIST TASK]]
 
[[Category:Plugin|MROCLS PICK LIST TASK]]
 
[[Category:Plugin|MROCLS PICK LIST TASK]]

Revision as of 09:04, 20 April 2026

IC CLASSIFICATION.gif Pick list classification object
Name MROCLS_PICK_LIST_TASK
Inheritance MROCLS MRO TASK
Namespace MRO.Classification
ID {AC61934E-DDFD-4FAE-A28F-2F19EE70E0EE}
Purpose Classify tasks as pick list tasks
Version 5.0.0

Classifies an object as a Pick List Task. A Pick List Task needs a predefined Active List to pick from for its value property. The task counts as finished as soon as a list item has been selected. Each List item needs an integer value assigned to it. The value 0 is reserved for the server since it is used to provide a reopening functionality for the task.

MetaProperties

Name Data type Comment
VALUE Integer Selected item (Undefined = 0)



See also