Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1559
ActionField1559
Beschrijving: Reset Depreciation start date to start of month Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Equipment | Equipment | Root |
XMLbewerken
<Workflow Name="ActionField1559" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Reset Depreciation start date to start of month </Description>
<Properties>
<Property Name="Equipment" Type="Equipment" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Assign Name="reset" Property="${Equipment.DepreciationStartDate}" Value="=#setdate(#getyear(${Equipment.DepreciationStartDate}), #getmonth(${Equipment.DepreciationStartDate}), 1)" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>