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

ActionField411

Beschrijving: Description of this workflow Custom: Nee

Propertiesbewerken

Property Type Accessor
LendableObjectMutationLine LendableObjectMutationLine Root

XMLbewerken

<Workflow Name="ActionField411" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Description of this workflow</Description>
	<Properties>
		<Property	Name="LendableObjectMutationLine"	Type="LendableObjectMutationLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="StatusValidation" Condition="${LendableObjectMutationLine.Status} == LendableObjectMutationLineStatus.Missing || ${LendableObjectMutationLine.Status} == LendableObjectMutationLineStatus.Closed" MessageCode="0155">
			<Parameter	Name="LendableObjectMutationLine"	Direction="In"		Value="${LendableObjectMutationLine}" />
		</Validation>

		<Transaction>
			<ChangeStatus Name="ChangeState" DomainObject="${LendableObjectMutationLine}" NewStatus="LendableObjectMutationLineStatus.Approved" />

			<ChangeStatus Name="ChangeState" DomainObject="${LendableObjectMutationLine.Id.LendableObjectMutation}" NewStatus="LendableObjectMutationStatus.Approved" />

			<Command Name="LendableObjectMutationLine_Reopen" CommandName="LendableObjectMutationLine_Reopen">
				<Parameter	Name="LendableObjectMutationLine"	Direction="In"		Value="${LendableObjectMutationLine}" />
			</Command>
		</Transaction>

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