Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield117

ActionField117

Beschrijving: Set the Department and CostCenter on a PmJob from the Equipment linked to the PmJob. Custom: Nee

Propertiesbewerken

Property Type Accessor
PmJob PmJob Root

XMLbewerken

<Workflow Name="ActionField117" 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 PmJob from the Equipment linked to the PmJob.</Description>
	<Properties>
		<Property	Name="PmJob"	Type="PmJob"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="CheckFindMethod" Condition="#{UltimoSettings.CostCenterFindMethod} != None || #{UltimoSettings.DepartmentFindMethod} != None">
				<Command Name="PmJob_FindDepartmentCostCenter" CommandName="PmJob_FindDepartmentCostCenter">
					<Parameter	Name="PmJob"	Direction="In"		Value="${PmJob}" />
				</Command>
			</When>
		</Transaction>

		<UserContent Name="Post" />
	</Execution>
</Workflow>