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

ActionField251

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

Propertiesbewerken

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

XMLbewerken

<Workflow Name="ActionField251" 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).</Description>
	<Properties>
		<Property	Name="ExchangePart"				Type="Equipment"		Accessor="Root"		Direction="In" />

		<Property	Name="EmployeeContextToSearch"	Type="List[Context]"	Accessor="Optional"	Direction="In"		Default="EmployeeContext.Standard"	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" />

		<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="${ExchangePart}" />
			<Parameter	Name="LocationContextToSearch"	Direction="In"		Value="${LocationContextToSearch}" />
			<Parameter	Name="VendorContextToSearch"	Direction="In"		Value="${VendorContextToSearch}" />
			<Parameter	Name="WarehouseContextToSearch"	Direction="In"		Value="${WarehouseContextToSearch}" />
		</WorkflowCall>

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