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

ActionField1904

Beschrijving: Change purchase status to Close. ActionField506 is not used because the action field needs to be placed in an AET module. Custom: Nee

Propertiesbewerken

Property Type Accessor
Purchase Purchase Root

XMLbewerken

<Workflow Name="ActionField1904" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change purchase status to Close. ActionField506 is not used because the action field needs to be placed in an AET module.</Description>
	<Properties>
		<Property	Name="Purchase"	Type="Purchase"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<ChangeStatus Name="Change the status to closed" DomainObject="${Purchase}" NewStatus="PurchaseStatus.Closed" />
		</Transaction>

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