Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield118
ActionField118
Beschrijving: Set the Department and CostCenter on a PmWorkOrder from the Equipment linked to the PmWorkOrder. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmWorkOrder | PmWorkOrder | Root |
XMLbewerken
<Workflow Name="ActionField118" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set the Department and CostCenter on a PmWorkOrder from the Equipment linked to the PmWorkOrder.</Description>
<Properties>
<Property Name="PmWorkOrder" Type="PmWorkOrder" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<When Name="CheckFindMethod settings" Condition="#{UltimoSettings.CostCenterFindMethod} != None || #{UltimoSettings.DepartmentFindMethod} != None">
<Command Name="PmWorkOrder_FindDepartmentCostCenter" CommandName="PmWorkOrder_FindDepartmentCostCenter">
<Parameter Name="PmWorkOrder" Direction="In" Value="${PmWorkOrder}" />
</Command>
</When>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>