Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield171
ActionField171
Beschrijving: Change status of YearPlanScenario to definitive (status must be Concept or Updatable). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| YearPlanScenario | YearPlanScenario | Root |
XMLbewerken
<Workflow Name="ActionField171" 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 definitive (status must be Concept or Updatable).</Description>
<Properties>
<Property Name="YearPlanScenario" Type="YearPlanScenario" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="IsDefinitiveAllowed" Condition="${YearPlanScenario.Status} == YearPlanScenarioStatus.Concept || ${YearPlanScenario.Status} == YearPlanScenarioStatus.Updatable" MessageCode="1035" Comment="Only a scenario of status concept or updateble can be made definitive" />
<Transaction>
<ChangeStatus Name="Change status" DomainObject="${YearPlanScenario}" NewStatus="YearPlanScenarioStatus.Definitive" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>