Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield783
ActionField783
Beschrijving: Update total price of PurchaseRequest with the total of all linked PurchaseRequestLines. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseRequestLine | PurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField783" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Update total price of PurchaseRequest with the total of all linked PurchaseRequestLines.</Description>
<Properties>
<Property Name="PurchaseRequestLine" Type="PurchaseRequestLine" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="PurchaseRequest" Condition="${PurchaseRequestLine.PurchaseRequest} != Empty">
<WorkflowCall Name="PurchaseRequest_UpdateTotalPrice" WorkflowName="PurchaseRequest_UpdateTotalPrice">
<Parameter Name="PurchaseRequest" Direction="In" Value="${PurchaseRequestLine.PurchaseRequest}" />
</WorkflowCall>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>