Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1875
ActionField1875
Beschrijving: Set the Department and CostCenter on the PmJob from the Process Function linked to the PmJob. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmJob | PmJob | Root |
XMLbewerken
<Workflow Name="ActionField1875" 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 the PmJob from the Process Function linked to the PmJob.</Description>
<Properties>
<Property Name="PmJob" Type="PmJob" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<When Name="Set the Department and CostCenter on the PmJob from the linked ProcessFunction" Condition="#{UltimoSettings.CostCenterFindMethod} == CostCenterProcessFunctionAfterEquipment || #{UltimoSettings.CostCenterFindMethod} == CostCenterProcessFunctionAfterWorkOrderEquipment || #{UltimoSettings.DepartmentFindMethod} == DepartmentProcessFunctionAfterEquipment || #{UltimoSettings.DepartmentFindMethod} == DepartmentProcessFunctionAfterWorkOrderEquipment">
<Command Name="PmJob_FindDepartmentCostCenter" CommandName="PmJob_FindDepartmentCostCenter">
<Parameter Name="PmJob" Direction="In" Value="${PmJob}" />
</Command>
</When>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>