Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield380
ActionField380
Beschrijving: Change status of YearPlanScenario to Concept (status must be Definitive). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| YearPlanScenario | YearPlanScenario | Root |
XMLbewerken
<Workflow Name="ActionField380" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of YearPlanScenario to Concept (status must be Definitive).</Description>
<Properties>
<Property Name="YearPlanScenario" Type="YearPlanScenario" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Change status of object" DomainObject="${YearPlanScenario}" NewStatus="YearPlanScenarioStatus.Concept" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>