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

ActionField974

Beschrijving: Create new Job (action) for Change, MeetingTopic, SafetyIncident, ProductDossier or ObjectInspectionLine(checklist). Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root
CreatedJob Job Optional

XMLbewerken

<Workflow Name="ActionField974" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create new Job (action) for Change, MeetingTopic, SafetyIncident, ProductDossier or ObjectInspectionLine(checklist).</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In"									Comment="Change, MeetingTopic, SafetyIncident, ProductDossier or ObjectInspectionLine" />

		<Property	Name="CreatedJob"	Type="Job"			Accessor="Optional"	Direction="InOut" />

		<Property	Name="JobContext"	Type="Context"		Accessor="Internal"						Default="JobContext.Action"	Comment="Default context JobContext.Action for HSE entities." />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="DomainObject_CreateActionItem" WorkflowName="DomainObject_CreateActionItem">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${DomainObject}" />
			<Parameter	Name="JobContext"	Direction="In"		Value="${JobContext}" />
			<Parameter	Name="CreatedJob"	Direction="Out"								OutputProperty="${CreatedJob}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${CreatedJob}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="=${CreatedJob.Description} == Empty" />
		</View>
	</Execution>
</Workflow>