Difference between revisions of "MROCLS MRO SUPERVISOR TASK"
(→See also) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
| title = MRO Supervisor Task Classification Object | | title = MRO Supervisor Task Classification Object | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
− | | inheritance = | + | | inheritance = MROCLS_MRO_TASK |
| namespace = System.MRO | | namespace = System.MRO | ||
| purpose = Classify a task as a Supervisor Task to let only Supervisors approve this task. | | purpose = Classify a task as a Supervisor Task to let only Supervisors approve this task. | ||
Line 18: | Line 18: | ||
| PERMISSIONS|| {{string}} || Concatenated string to define permissions (codes) that are required to open this task. | | PERMISSIONS|| {{string}} || Concatenated string to define permissions (codes) that are required to open this task. | ||
|- | |- | ||
− | | SUPERVISOR || {{guid}} || Reference to the supervisor login that finished the Task. | + | | SUPERVISOR|| {{guid}} || Reference to the supervisor login that finished the Task. |
|} | |} | ||
− | |||
== See also == | == See also == | ||
* [[MROCLS_MRO_SUPERVISOR|Supervisor]] | * [[MROCLS_MRO_SUPERVISOR|Supervisor]] | ||
− | + | * [[MRO_Objects_(Client)#Supervisor_Task]] | |
{{Category/Version|4.8.1}} | {{Category/Version|4.8.1}} |
Latest revision as of 10:50, 17 October 2024
If a task object is classified as Supervisor Task, it will mark a task as supervisor - task. This means, that this task may only be edited by a supervisor who has to identify himself using a RFID token and a PIN based verification. This task fullfills the requirements of a device based/shared 4-eyes acceptance workflow.
MetaProperties
Name | Data type | Comment |
---|---|---|
PERMISSIONS | String | Concatenated string to define permissions (codes) that are required to open this task. |
SUPERVISOR | Guid | Reference to the supervisor login that finished the Task. |