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

ActionField252

Beschrijving: Change the location of an ExchangePart(Equipment) of a Job. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root
EmployeeContextToSearch List[Context] Optional
EquipmentContextToSearch List[Context] Optional
LocationContextToSearch List[Context] Optional
VendorContextToSearch List[Context] Optional
WarehouseContextToSearch List[Context] Optional

XMLbewerken

<Workflow Name="ActionField252" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change the location of an ExchangePart(Equipment) of a Job.</Description>
	<Properties>
		<Property	Name="Job"						Type="Job"				Accessor="Root"		Direction="In" />

		<Property	Name="EmployeeContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Comment="Select Employee from Employees with these contexts" />
		<Property	Name="EquipmentContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Comment="Used in dialog" />
		<Property	Name="LocationContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Comment="Select Location from Locations with these contexts" />
		<Property	Name="VendorContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Comment="Select Vendor from Vendors with these contexts" />
		<Property	Name="WarehouseContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Comment="Select Warehouse from Warehouses with these contexts" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="Equipment exists" Condition="${Job.Equipment} != Empty">
			<WorkflowCall Name="Equipment_ChangeLocationExchangePart" WorkflowName="Equipment_ChangeLocationExchangePart">
				<Parameter	Name="EmployeeContextToSearch"	Direction="In"		Value="${EmployeeContextToSearch}" />
				<Parameter	Name="EquipmentContextToSearch"	Direction="In"		Value="${EquipmentContextToSearch}" />
				<Parameter	Name="ExchangePart"				Direction="In"		Value="${Job.Equipment}" />
				<Parameter	Name="Job"						Direction="In"		Value="${Job}" />
				<Parameter	Name="LocationContextToSearch"	Direction="In"		Value="${LocationContextToSearch}" />
				<Parameter	Name="VendorContextToSearch"	Direction="In"		Value="${VendorContextToSearch}" />
				<Parameter	Name="WarehouseContextToSearch"	Direction="In"		Value="${WarehouseContextToSearch}" />
			</WorkflowCall>
		</When>

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