Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield364
ActionField364
Beschrijving: Change status of Invoice(Lines) to CreditCreatedNoPurchase (status must be CreditApprovedNoPurchase). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Invoice | Invoice | Root |
XMLbewerken
<Workflow Name="ActionField364" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of Invoice(Lines) to CreditCreatedNoPurchase (status must be CreditApprovedNoPurchase).</Description>
<Properties>
<Property Name="Invoice" Type="Invoice" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Validation Name="StatusValidation" Condition="${Invoice.Status} == InvoiceStatus.CreditApprovedNoPurchase" MessageCode="0414">
<Parameter Name="Invoice" Direction="In" Value="${Invoice}" />
</Validation>
<ChangeStatus Name="ReOpen" DomainObject="${Invoice}" NewStatus="InvoiceStatus.CreditCreatedNoPurchase" />
</Transaction>
<UserContent Name="Post" />
<Message Name="MsgOk" MessageCode="0415">
<Parameter Name="Invoice" Direction="In" Value="${Invoice}" />
</Message>
</Execution>
</Workflow>