Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield228
ActionField228
Beschrijving: Move Job to first line (SupportLine is set to FirstLine), used for IT. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
XMLbewerken
<Workflow Name="ActionField228" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Move Job to first line (SupportLine is set to FirstLine), used for IT.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Assign Name="SetJobSupportLine" Property="${Job.SupportLine}" Value="FirstLine" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>