Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield770
ActionField770
Beschrijving: Change status of PurchaseRequest to Concept. When Settings.PurchaseRequest.ApproveOnConcept is true, change status to Active. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseRequest | PurchaseRequest | Root |
XMLbewerken
<Workflow Name="ActionField770" 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 Concept. When Settings.PurchaseRequest.ApproveOnConcept is true, change status to Active.</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.RequestedDeliveryDate} != Empty" MessageCode="2162">
<Parameter Name="PurchaseRequest" Direction="In" Value="${PurchaseRequest}" />
</Validation>
<WorkflowCall Name="PurchaseRequest_Concept" WorkflowName="PurchaseRequest_Concept">
<Parameter Name="PurchaseRequest" Direction="In" Value="${PurchaseRequest}" />
</WorkflowCall>
<UserContent Name="Post" />
<View Name="Back" ViewName="Back">
<Parameter Name="ShowLast" Direction="In" Value="1" />
</View>
</Execution>
</Workflow>