Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1268
ActionField1268
Beschrijving: Edit year/quarter/month for BudgetPeriod. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| BudgetPeriod | BudgetPeriod | Root |
XMLbewerken
<Workflow Name="ActionField1268" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Edit year/quarter/month for BudgetPeriod.</Description>
<Properties>
<Property Name="BudgetPeriod" Type="BudgetPeriod" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="BudgetPeriod_CreateOrUpdatePeriods" CommandName="BudgetPeriod_CreateOrUpdatePeriods">
<Parameter Name="Budget" Direction="In" Value=" =${BudgetPeriod.IsBudgetMutation} == True ? ${BudgetPeriod.BudgetMutation} : ${BudgetPeriod.Budget}" />
<Parameter Name="BudgetPeriod" Direction="In" Value="${BudgetPeriod}" />
<Parameter Name="CostCenter" Direction="In" Value="${BudgetPeriod.CostCenter}" />
<Parameter Name="StartYear" Direction="In" Value="${BudgetPeriod.Year}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>