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

ActionField593

Beschrijving: Change status of PurchaseRequest(Tender) to Created. Custom: Nee

Propertiesbewerken

Property Type Accessor
PurchaseRequest PurchaseRequest Root

XMLbewerken

<Workflow Name="ActionField593" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of PurchaseRequest(Tender) to Created.</Description>
	<Properties>
		<Property	Name="PurchaseRequest"	Type="PurchaseRequest"	Accessor="Root"		Direction="In" />

		<Property	Name="Status"			Type="Status"			Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<ChangeStatus Name="Set status of PurchaseRequest record to Created" DomainObject="${PurchaseRequest}" NewStatus="PurchaseRequestStatus.Created" />
		</Transaction>

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