Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield320
ActionField320
Beschrijving: Update Equipment on DomainObject(Job, PmJob or PmWorkOrder). This Equipment is selected from ProcessFunction of DomainObject. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
XMLbewerken
<Workflow Name="ActionField320" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Update Equipment on DomainObject(Job, PmJob or PmWorkOrder). This Equipment is selected from ProcessFunction of DomainObject.</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" />
<Property Name="EquipmentAtProcessFunction" Type="Equipment" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="Update Equipment" CommandName="DomainObject_GetEquipmentForProcessFunction">
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
<Parameter Name="Equipment" Direction="Out" OutputProperty="${EquipmentAtProcessFunction}" />
</Command>
<Assign Name="Set Equipment" Property="${DomainObject.Equipment}" Value="${EquipmentAtProcessFunction}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>