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

ActionField1902

Beschrijving: Change Purchase/PurchaseLines status to Conceptual (status must be Created). This workflow is a copy of ActionField081. We need it duplicated to include it in the AET Custom: Nee

Propertiesbewerken

Property Type Accessor
Purchase Purchase Root

XMLbewerken

<Workflow Name="ActionField1902" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change Purchase/PurchaseLines status to Conceptual (status must be Created). This workflow is a copy of ActionField081. We need it duplicated to include it in the AET</Description>
	<Properties>
		<Property	Name="Purchase"	Type="Purchase"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Purchase_ChangeStatusFromCreatedToConceptual" WorkflowName="Purchase_ChangeStatusFromCreatedToConceptual">
			<Parameter	Name="Purchase"	Direction="In"		Value="${Purchase}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<Message Name="Purchase has status draft" MessageCode="0365">
			<Parameter	Name="Purchase"	Direction="In"		Value="${Purchase}" />
		</Message>

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