Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1154
ActionField1154
Beschrijving: Update JobResource.HoursCalculated with JobResource.TotalHoursPlanned when JobResource.HoursCalculated less than JobResource.TotalHoursPlanned. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobResource | JobResource | Root |
XMLbewerken
<Workflow Name="ActionField1154" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Update JobResource.HoursCalculated with JobResource.TotalHoursPlanned when JobResource.HoursCalculated less than JobResource.TotalHoursPlanned.</Description>
<Properties>
<Property Name="JobResource" Type="JobResource" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="JobResource_ValidateHoursCalculated" WorkflowName="JobResource_ValidateHoursCalculated">
<Parameter Name="JobResource" Direction="In" Value="${JobResource}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>