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

ActionField1905

Beschrijving: Change purchase status to Active. ActionField503 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="ActionField1905" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change purchase status to Active. ActionField503 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 active" DomainObject="${Purchase}" NewStatus="PurchaseStatus.Active" />
		</Transaction>

		<UserContent Name="Post" />

		<View Name="Open purchase (Active) screen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${Purchase}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="=${Purchase.Description} == Empty" />
		</View>
	</Execution>
</Workflow>