Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1631
ActionField1631
Beschrijving: Refresh objectdowntimeinfo for assetplanner. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ObjectDowntime | ObjectDowntime | Root |
| SchedulerItem | SchedulerItem | Optional |
XMLbewerken
<Workflow Name="ActionField1631" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Refresh objectdowntimeinfo for assetplanner.</Description>
<Properties>
<Property Name="ObjectDowntime" Type="ObjectDowntime" Accessor="Root" Direction="In" />
<Property Name="SchedulerItem" Type="SchedulerItem" Accessor="Optional" Direction="Out" Comment="ObjectDowntime as a SchedulerItem" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="Get ObjectDowntime as SchedulerItem" CommandName="AssetPlanner_GetObjectDowntimeSchedulerItem">
<Parameter Name="ObjectDowntime" Direction="In" Value="${ObjectDowntime}" />
<Parameter Name="ValidateChange" Direction="In" Value="False" />
<Parameter Name="SchedulerItem" Direction="Out" OutputProperty="${SchedulerItem}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>