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

ActionField064

Beschrijving: Set the Department and CostCenter on a WorkOrder from the installation linked to the WorkOrder. Custom: Nee

Propertiesbewerken

Property Type Accessor
WorkOrder WorkOrder Root

XMLbewerken

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

		<Transaction>
			<Command Name="WorkOrder_FindDepartmentCostCenter" CommandName="WorkOrder_FindDepartmentCostCenter">
				<Parameter	Name="WorkOrder"	Direction="In"		Value="${WorkOrder}" />
			</Command>
		</Transaction>

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