Difference between revisions of "MROCLS MRO SUPERVISOR TASK"
(→See also) |
|||
(9 intermediate revisions by 2 users 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 | + | | purpose = Classify a task as a Supervisor Task to let only Supervisors approve this task. |
| version = 4.8.1+ | | version = 4.8.1+ | ||
| id = {C63511FA-4852-4FE7-B5BC-4247136B8B8E} | | id = {C63511FA-4852-4FE7-B5BC-4247136B8B8E} | ||
}} | }} | ||
− | If a | + | 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 == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | 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. | ||
+ | |} | ||
== See also == | == See also == | ||
− | * [[ | + | * [[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. |