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

ActionField772

Beschrijving: Change status of PurchaseRequest to Activate via Approve. Custom: Nee

Propertiesbewerken

Property Type Accessor
PurchaseRequest PurchaseRequest Root

XMLbewerken

<Workflow Name="ActionField772" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of PurchaseRequest to Activate via Approve.</Description>
	<Properties>
		<Property	Name="PurchaseRequest"	Type="PurchaseRequest"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Check if RequestedDeliveryDate is empty" Condition="${PurchaseRequest.Context} == PurchaseRequestContext.OrderRequest || ${PurchaseRequest.RequestedDeliveryDate} != Empty" MessageCode="2163">
			<Parameter	Name="PurchaseRequest"	Direction="In"		Value="${PurchaseRequest}" />
		</Validation>

		<WorkflowCall Name="PurchaseRequest_ApproveAndActivate" WorkflowName="PurchaseRequest_ApproveAndActivate">
			<Parameter	Name="PurchaseRequest"	Direction="In"		Value="${PurchaseRequest}" />
		</WorkflowCall>

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