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

ActionField083

Beschrijving: Change Purchase/PurchaseLines status to Received or PartReceived (depending on received Quantity) (status must be Active or PartReceived). Custom: Nee

Propertiesbewerken

Property Type Accessor
Purchase Purchase Root

XMLbewerken

<Workflow Name="ActionField083" 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 Received or PartReceived (depending on received Quantity) (status must be Active or PartReceived).</Description>
	<Properties>
		<Property	Name="Purchase"	Type="Purchase"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

		<UserContent Name="Post" />

		<Message Name="purchase adjusted" MessageCode="0574">
			<Parameter	Name="Purchase"	Direction="In"		Value="${Purchase}" />
		</Message>
	</Execution>
</Workflow>