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

ActionField1589

Beschrijving: Opens the shift log line screen. Custom: Nee

Propertiesbewerken

Property Type Accessor
ShiftLogLine ShiftLogLine Root

XMLbewerken

<Workflow Name="ActionField1589" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Opens the shift log line screen.</Description>
	<Properties>
		<Property	Name="ShiftLogLine"	Type="ShiftLogLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ShiftLogLine_OpenScreen" WorkflowName="ShiftLogLine_OpenScreen">
			<Parameter	Name="ShiftLogLine"	Direction="In"		Value="${ShiftLogLine}" />
		</WorkflowCall>

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