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

ActionField434

Beschrijving: Change status of PurchaseRequestLine to Requested. Custom: Nee

Propertiesbewerken

Property Type Accessor
PurchaseRequestLine PurchaseRequestLine Root

XMLbewerken

<Workflow Name="ActionField434" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of PurchaseRequestLine to Requested.</Description>
	<Properties>
		<Property	Name="PurchaseRequestLine"	Type="PurchaseRequestLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<ChangeStatus Name="Set Status To Requested" DomainObject="${PurchaseRequestLine}" NewStatus="PurchaseRequestLineStatus.Requested" />
		</Transaction>

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