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

ActionField235

Beschrijving: Open screen with PurchaseLine of this ReceiptLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
ReceiptLine ReceiptLine Root
FormName UltimoString Optional

XMLbewerken

<Workflow Name="ActionField235" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open screen with PurchaseLine of this ReceiptLine.</Description>
	<Properties>
		<Property	Name="ReceiptLine"	Type="ReceiptLine"	Accessor="Root"		Direction="In" />

		<Property	Name="FormName"		Type="UltimoString"	Accessor="Optional"	Direction="In"		Comment="Open this screen with the PurchaseLine." />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<When Name="ReceiptLineStatus » PurchaseLineAdded" Condition="${ReceiptLine.Status} == ReceiptLineStatus.PurchaseLineAdded">
			<View Name="Go to purchaseline" ViewName="DataEntryScreen">
				<Parameter	Name="DomainObject"	Direction="In"		Value="${ReceiptLine.PurchaseLine}" />
				<Parameter	Name="ScreenName"	Direction="In"		Value="${FormName}" />
			</View>
		</When>
	</Execution>
</Workflow>