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

ActionField078

Beschrijving: Start a new bookyear. Custom: Nee

XMLbewerken

<Workflow Name="ActionField078" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Start a new bookyear.</Description>
	<Properties>
		<Property	Name="Application"					Type="Application"	Accessor="Internal"						Default="UMM" />
		<Property	Name="OtherActiveUser"				Type="Boolean"		Accessor="Internal" />
		<Property	Name="RecordAuthorizationActive"	Type="Boolean"		Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Check if ultimo is in MaintenanceMode" Condition="${Application.MaintenanceUser} != Empty &amp;&amp; ${Application.MaintenanceMessage} != Empty" MessageCode="3247" />

		<WorkflowCall Name="BookYear_StartNewBookYear" WorkflowName="BookYear_StartNewBookYear">
			<Parameter	Name="ContinueWithoutQuestion"	Direction="In"		Value="False" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<Message Name="ummCOSTRESETOK" MessageCode="0490" />
	</Execution>
</Workflow>