Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield367
ActionField367
Beschrijving: Change status of MemorandumBook(Lines) to Approved (status must be Created). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| MemorandumBook | MemorandumBook | Root |
XMLbewerken
<Workflow Name="ActionField367" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of MemorandumBook(Lines) to Approved (status must be Created).</Description>
<Properties>
<Property Name="MemorandumBook" Type="MemorandumBook" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="ValidateMemorandumBookStatusCreated" Condition="${MemorandumBook.Status} == MemorandumBookStatus.Created" MessageCode="0590" Comment="Normally WF367 would never be called with a status other than created, but this validation is necessary for unit test 'FailIfMemorandumBookStatusNotCreated'">
<Parameter Name="MemorandumBook" Direction="In" Value="${MemorandumBook}" />
</Validation>
<Transaction>
<ChangeStatus Name="ApproveMemorandumBook" DomainObject="${MemorandumBook}" NewStatus="MemorandumBookStatus.Approved" Comment="This will trigger workflow MemorandumBookPreApprove" />
</Transaction>
<UserContent Name="Post" />
<Message Name="MemorandumBookApprovedMessage" MessageCode="0589">
<Parameter Name="MemorandumBook" Direction="In" Value="${MemorandumBook}" />
</Message>
</Execution>
</Workflow>