Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield288
ActionField288
Beschrijving: Build out an Equipment from ProcessFunction (configuration item). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ProcessFunction | ProcessFunction | Root |
| AlwaysBuildOutChildEquipments | Boolean | Optional |
| EmployeeContextToSearch | List[Context] | Optional |
| EquipmentContextToSearch | List[Context] | Optional |
| EquipmentViewFieldConfig | UltimoString | Optional |
| ProcessFunctionContextsToIncludeExchangePartsFor | List[Context] | Optional |
| ProcessFunctionContextToSearch | List[Context] | Optional |
| ProcessFunctionViewFieldConfig | UltimoString | Optional |
| ShowNewCode | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField288" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Build out an Equipment from ProcessFunction (configuration item).</Description>
<Properties>
<Property Name="ProcessFunction" Type="ProcessFunction" Accessor="Root" Direction="In" />
<Property Name="AlwaysBuildOutChildEquipments" Type="Boolean" Accessor="Optional" Direction="In" Comment="Set this to True to avoid question 0323." />
<Property Name="EmployeeContextToSearch" Type="List[Context]" Accessor="Optional" Direction="In" Comment="Select Employee from Employees with these contexts" />
<Property Name="EquipmentContextToSearch" Type="List[Context]" Accessor="Optional" Direction="In" Comment="Select Equipment from Equipments with these contexts" />
<Property Name="EquipmentViewFieldConfig" Type="UltimoString" Accessor="Optional" Direction="In" Default="Default" Comment="Set the ViewFieldConfig for the Equipment selection list" />
<Property Name="ProcessFunctionContextsToIncludeExchangePartsFor" Type="List[Context]" Accessor="Optional" Direction="In" Default="ProcessFunctionContext.Fleet" Comment="Include ExchangeParts when building out of ProcessFunctions with these contexts" />
<Property Name="ProcessFunctionContextToSearch" Type="List[Context]" Accessor="Optional" Direction="In" Default="ProcessFunctionContext.ProcessFunction" Comment="Select ProcessFunction from ProcessFunctions with these contexts" />
<Property Name="ProcessFunctionViewFieldConfig" Type="UltimoString" Accessor="Optional" Direction="In" Default="Default" Comment="Set the ViewFieldConfig for the ProcessFunction selection list" />
<Property Name="ShowNewCode" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Select a new ProcessFunction Yes/No (move to another ProcessFunction)" />
<Property Name="Equipment" Type="Equipment" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Equipment_BuildOut" WorkflowName="Equipment_BuildOut">
<Parameter Name="AlwaysBuildOutChildEquipments" Direction="In" Value="${AlwaysBuildOutChildEquipments}" />
<Parameter Name="EmployeeContextsToSearch" Direction="In" Value="${EmployeeContextToSearch}" />
<Parameter Name="EquipmentContextsToSearch" Direction="In" Value="${EquipmentContextToSearch}" />
<Parameter Name="EquipmentViewFieldConfig" Direction="In" Value="${EquipmentViewFieldConfig}" />
<Parameter Name="ProcessFunction" Direction="In" Value="${ProcessFunction}" />
<Parameter Name="ProcessFunctionContextsToIncludeExchangePartsFor" Direction="In" Value="${ProcessFunctionContextsToIncludeExchangePartsFor}" />
<Parameter Name="ProcessFunctionContextsToSearch" Direction="In" Value="${ProcessFunctionContextToSearch}" />
<Parameter Name="ProcessFunctionViewFieldConfig" Direction="In" Value="${ProcessFunctionViewFieldConfig}" />
<Parameter Name="ShowNewCode" Direction="In" Value="${ShowNewCode}" />
<Parameter Name="Equipment" Direction="Out" OutputProperty="${Equipment}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>