Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1903
ActionField1903
Beschrijving: Change Purchase/PurchaseLines status to Received or PartReceived (depending on received Quantity) (status must be Active or PartReceived). This workflow is a copy of ActionField083. We need it duplicated to include it in the AET Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Purchase | Purchase | Root |
XMLbewerken
<Workflow Name="ActionField1903" 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). This workflow is a copy of ActionField083. 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_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>