Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1704
ActionField1704
Beschrijving: Create job and copy fields from News.Job (master-incident) to new incident. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| News | News | Root |
| ExtraFieldsToCopy | List[String] | Optional |
XMLbewerken
<Workflow Name="ActionField1704" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create job and copy fields from News.Job (master-incident) to new incident.</Description>
<Properties>
<Property Name="News" Type="News" Accessor="Root" Direction="In" />
<Property Name="ExtraFieldsToCopy" Type="List[String]" Accessor="Optional" Direction="In" Comment="Extra fields that must be copied" />
<Property Name="NewJob" Type="Job" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="Job_CreateIncidentFromAnotherJob" WorkflowName="Job_CreateIncidentFromAnotherJob">
<Parameter Name="ExtraFieldsToCopy" Direction="In" Value="${ExtraFieldsToCopy}" />
<Parameter Name="Job" Direction="In" Value="${News.Job}" />
<Parameter Name="NewJob" Direction="Out" OutputProperty="${NewJob}" />
</WorkflowCall>
</Transaction>
<UserContent Name="Post" />
<Message Name="msg_one_job" MessageCode="0469">
<Parameter Name="Job" Direction="In" Value="${NewJob}" />
</Message>
</Execution>
</Workflow>