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

ActionField072

Beschrijving: Change status on JobInternalChargeInstallment (status must not be Invoiced). New status is asked using a dialog. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobInternalChargeInstallment JobInternalChargeInstallment Root

XMLbewerken

<Workflow Name="ActionField072" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status on JobInternalChargeInstallment (status must not be Invoiced). New status is asked using a dialog.</Description>
	<Properties>
		<Property	Name="JobInternalChargeInstallment"			Type="JobInternalChargeInstallment"	Accessor="Root"		Direction="In" />

		<Property	Name="JobInternalChargeInstallmentStatus"	Type="Status"						Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Status OK?" Condition="${JobInternalChargeInstallment.Status} != JobInternalChargeInstallmentStatus.Invoiced" MessageCode="0893" />

		<WorkflowCall Name="Choose jobinternalchargeinstallment status" WorkflowName="Dialog_ChooseStatus">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${JobInternalChargeInstallment}" />
			<Parameter	Name="Status"		Direction="Out"												OutputProperty="${JobInternalChargeInstallmentStatus}" />
		</WorkflowCall>

		<UserContent Name="AfterDialog" />

		<Transaction>
			<ChangeStatus Name="Change JobInternalChargeInstallmentStatus" DomainObject="${JobInternalChargeInstallment}" NewStatus="${JobInternalChargeInstallmentStatus}" />
		</Transaction>

		<UserContent Name="Post" />

		<Message Name="ummINVOICEOUTLINE_STATUSCHANGED" MessageCode="0894" />
	</Execution>
</Workflow>