Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield390
ActionField390
Beschrijving: Change status of EquipmentMove to Created. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EquipmentMove | EquipmentMove | Root |
XMLbewerken
<Workflow Name="ActionField390" 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 Created.</Description>
<Properties>
<Property Name="EquipmentMove" Type="EquipmentMove" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Reopen" DomainObject="${EquipmentMove}" NewStatus="EquipmentMoveStatus.Created" />
</Transaction>
<UserContent Name="Post" />
<View Name="OpenScreen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${EquipmentMove}" />
</View>
</Execution>
</Workflow>