Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield690

ActionField690

Beschrijving: If Job has context ITIncident, and SupportLine is FirstLine open screen 'Job35' or when SupportLine is SecondLine open screen 'Job36'. If Job is without context ITIncident, the default Job screen is opened. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField690" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>If Job has context ITIncident, and SupportLine is FirstLine open screen 'Job35' or when SupportLine is SecondLine open screen 'Job36'. If Job is without context ITIncident, the default Job screen is opened.</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="DomainObject_OpenScreen" WorkflowName="DomainObject_OpenScreen">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${Job}" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>