Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield182
ActionField182
Beschrijving: Change MaintenanceClassification for current Equipment Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Equipment | Equipment | Root |
| MaintenanceClassificationContexts | List[Context] | Optional |
| MntcSelectionListConfiguration | String | Optional |
| PmWorkOrderContext | Context | Optional |
XMLbewerken
<Workflow Name="ActionField182" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change MaintenanceClassification for current Equipment</Description>
<Properties>
<Property Name="Equipment" Type="Equipment" Accessor="Root" Direction="In" />
<Property Name="MaintenanceClassificationContexts" Type="List[Context]" Accessor="Optional" Direction="In" Default="MaintenanceClassificationContext.MT" Comment="Only change MaintenanceClassification with these contexts" />
<Property Name="MntcSelectionListConfiguration" Type="String" Accessor="Optional" Direction="In" Default="Default" Comment="Set the ViewFieldConfig for the MaintenanceClassification selection list" />
<Property Name="PmWorkOrderContext" Type="Context" Accessor="Optional" Direction="In" Default="PmWorkOrderContext.Instrument" Comment="Create PmWorkOrder with this context" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="ChangeMaintenanceClassification" WorkflowName="Equipment_ChangeMaintenanceClassification">
<Parameter Name="Equipment" Direction="In" Value="${Equipment}" />
<Parameter Name="MaintenanceClassificationContexts" Direction="In" Value="${MaintenanceClassificationContexts}" />
<Parameter Name="MntcSelectionListConfiguration" Direction="In" Value="${MntcSelectionListConfiguration}" />
<Parameter Name="PmWorkOrderContext" Direction="In" Value="${PmWorkOrderContext}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>