Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1691
ActionField1691
Beschrijving: Set values which will be used in internal charge of PurchaseRequestLine and validate minimum purchase qty. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseRequestLine | PurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField1691" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set values which will be used in internal charge of PurchaseRequestLine and validate minimum purchase qty.</Description>
<Properties>
<Property Name="PurchaseRequestLine" Type="PurchaseRequestLine" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="PurchaseRequestLine_ValidateMinimumPurchaseQuantity" WorkflowName="PurchaseRequestLine_ValidateMinimumPurchaseQuantity">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</WorkflowCall>
<Transaction>
<WorkflowCall Name="PurchaseRequestLine_CalculateAmounts" WorkflowName="PurchaseRequestLine_CalculateAmounts">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</WorkflowCall>
<Command Name="PurchaseRequestLine_SetInternalChargeValues" CommandName="PurchaseRequestLine_SetInternalChargeValues">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>