Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield186
ActionField186
Beschrijving: Approve credit Invoice (status must be CreditCreated). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Invoice | Invoice | Root |
XMLbewerken
<Workflow Name="ActionField186" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Approve credit Invoice (status must be CreditCreated).</Description>
<Properties>
<Property Name="Invoice" Type="Invoice" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="InvoiceStatus OK?" Condition="${Invoice.Status} == InvoiceStatus.CreditCreated" MessageCode="0735">
<Parameter Name="Invoice" Direction="In" Value="${Invoice}" />
</Validation>
<WorkflowCall Name="Invoice approve" WorkflowName="Invoice_Approve">
<Parameter Name="Invoice" Direction="In" Value="${Invoice}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>