Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield510
ActionField510
Beschrijving: Change status for any DomainObject to 512. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
| AskToContinue | Boolean | Optional |
| ShowLastScreen | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField510" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status for any DomainObject to 512.</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" />
<Property Name="AskToContinue" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Ask question before changing status" />
<Property Name="ShowLastScreen" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="ShowLast screen after changing status" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="DomainObject_ChangeStatus" WorkflowName="DomainObject_ChangeStatus">
<Parameter Name="AskToContinue" Direction="In" Value="${AskToContinue}" />
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
<Parameter Name="Status" Direction="In" Value="512" />
</WorkflowCall>
<UserContent Name="Post" />
<When Name="Show Last Screen" Condition="${ShowLastScreen} == True">
<View Name="Back" ViewName="Back">
<Parameter Name="ShowLast" Direction="In" Value="1" />
</View>
</When>
</Execution>
</Workflow>