Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield700
ActionField700
Beschrijving: Change (or add) MultijobTemplate to job. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
| AllowMultijobTemplateForSubjob | Boolean | Optional |
| LabelCode | String | Optional |
| MultijobTemplateContext | Context | Optional |
| SelectionListConfiguration | String | Optional |
| CreatedJobs | List[Job] | Optional |
| SqlWhereClauseForMultijobTemplate | String | Optional |
XMLbewerken
<Workflow Name="ActionField700" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change (or add) MultijobTemplate to job.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
<Property Name="AllowMultijobTemplateForSubjob" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Set to True to allow a MultijobTemplate to be linked to a subjob" />
<Property Name="LabelCode" Type="String" Accessor="Optional" Direction="In" Default="CHOOSETEMPLATE" Comment="Labelcode for the title of dialog GetMultijobTemplateForCurrentJob" />
<Property Name="MultijobTemplateContext" Type="Context" Accessor="Optional" Direction="In" Default="MultijobTemplateContext.Standard" Comment="Context to use for the collect input in which a MultijobTemplate is selected" />
<Property Name="SelectionListConfiguration" Type="String" Accessor="Optional" Direction="In" Default="DEFAULT" Comment="Use this SelectionListConfiguration for the dalog GetMultijobTemplateForCurrentJob" />
<Property Name="CreatedJobs" Type="List[Job]" Accessor="Optional" Direction="Out" Comment="List of created Jobs" />
<Property Name="SqlWhereClauseForMultijobTemplate" Type="String" Accessor="Optional" Direction="Out" Default="MjtRecStatus = 2" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Job_TransformJobIntoMultijob" WorkflowName="Job_TransformJobIntoMultijob">
<Parameter Name="AllowMultijobTemplateForSubjob" Direction="In" Value="${AllowMultijobTemplateForSubjob}" />
<Parameter Name="Job" Direction="In" Value="${Job}" />
<Parameter Name="LabelCode" Direction="In" Value="${LabelCode}" />
<Parameter Name="MultijobTemplateContext" Direction="In" Value="${MultijobTemplateContext}" />
<Parameter Name="SelectionListConfiguration" Direction="In" Value="${SelectionListConfiguration}" />
<Parameter Name="CreatedJobs" Direction="Out" OutputProperty="${CreatedJobs}" />
<Parameter Name="SqlWhereClauseForMultijobTemplate" Direction="Out" OutputProperty="${SqlWhereClauseForMultijobTemplate}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>