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

ActionField1770

Beschrijving: Return to the tab with the maintenance tasks on ShiftLogbook/ShiftLog Custom: Nee

Propertiesbewerken

Property Type Accessor
ShiftLogLine ShiftLogLine Root
IndexForTabMaintenanceTasks Int32 Optional

XMLbewerken

<Workflow Name="ActionField1770" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Return to the tab with the maintenance tasks on ShiftLogbook/ShiftLog</Description>
	<Properties>
		<Property	Name="ShiftLogLine"					Type="ShiftLogLine"	Accessor="Root"		Direction="In" />

		<Property	Name="IndexForTabMaintenanceTasks"	Type="Int32"		Accessor="Optional"	Direction="In"		Default="1"	Comment="Update in UserContent when tab order is not default" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"	Direction="In"		Value="=${ShiftLogLine.ShiftLog} != Empty ? ${ShiftLogLine.ShiftLog} : ${ShiftLogLine.ShiftLogbook}" />
			<Parameter	Name="Stab"			Direction="In"		Value="${IndexForTabMaintenanceTasks}" />
		</View>
	</Execution>
</Workflow>