Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield766
ActionField766
Beschrijving: Calculates the replacement costs for Equipment. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Equipment | Equipment | Root |
XMLbewerken
<Workflow Name="ActionField766" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Calculates the replacement costs for Equipment.</Description>
<Properties>
<Property Name="Equipment" Type="Equipment" Accessor="Root" Direction="In" />
<Property Name="IndexedReplacementCost" Type="CompanyMoney" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="Replacement_GetIndexedReplacementCost" WorkflowName="Replacement_GetIndexedReplacementCost">
<Parameter Name="DepreciationLife" Direction="In" Value="${Equipment.DepreciationLife}" />
<Parameter Name="DepreciationStartDate" Direction="In" Value="${Equipment.DepreciationStartDate}" />
<Parameter Name="Index" Direction="In" Value="#{Company.IndexReplacementPlanning}" />
<Parameter Name="ReplacementCost" Direction="In" Value="${Equipment.ReplacementCost}" />
<Parameter Name="ReplacementCostDate" Direction="In" Value="${Equipment.ReplacementCostDate}" />
<Parameter Name="ReplacementDate" Direction="In" Value="${Equipment.ReplacementDate}" />
<Parameter Name="IndexedReplacementCost" Direction="Out" OutputProperty="${IndexedReplacementCost}" />
</WorkflowCall>
</Transaction>
<Transaction>
<Assign Name="Set IndexedReplacementCost" Property="${Equipment.IndexedReplacementCost}" Value="${IndexedReplacementCost}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>