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

ActionField618

Beschrijving: Select or de-select property 'Purchase' for the given PurchaseRequestLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
PurchaseRequestLine PurchaseRequestLine Root

XMLbewerken

<Workflow Name="ActionField618" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Select or de-select property 'Purchase' for the given PurchaseRequestLine.</Description>
	<Properties>
		<Property	Name="PurchaseRequestLine"	Type="PurchaseRequestLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="CheckStatus » Status must be PurchaseRequestLine.Tender" Condition="${PurchaseRequestLine.Status} == PurchaseRequestLineStatus.Tender">
				<Toggle Name="Toggle Purchase" Property="${PurchaseRequestLine.Purchase}" />
			</When>
		</Transaction>

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