Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield389
ActionField389
Beschrijving: Change status of EquipmentMove to Reserved. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EquipmentMove | EquipmentMove | Root |
XMLbewerken
<Workflow Name="ActionField389" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of EquipmentMove to Reserved.</Description>
<Properties>
<Property Name="EquipmentMove" Type="EquipmentMove" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Reserve" DomainObject="${EquipmentMove}" NewStatus="EquipmentMoveStatus.Reserved" />
</Transaction>
<UserContent Name="Post" />
<View Name="Go home" ViewName="Home" />
</Execution>
</Workflow>