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

ActionField948

Beschrijving: Delete ContractLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
ContractLine ContractLine Root

XMLbewerken

<Workflow Name="ActionField948" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Delete ContractLine.</Description>
	<Properties>
		<Property	Name="ContractLine"				Type="ContractLine"		Accessor="Root"		Direction="In" />

		<Property	Name="DeleteContractLineAnswer"	Type="RequestResult"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Question Name="ContractLineDelete?" Type="YesNo" MessageCode="1776" OutputProperty="${DeleteContractLineAnswer}">
			<Parameter	Name="ContractLine"	Direction="In"		Value="${ContractLine}" />
		</Question>

		<Transaction>
			<When Name="AnswerIsYes" Condition="${DeleteContractLineAnswer} == Yes">
				<DeleteObject Name="Delete ContractLine" DomainObject="${ContractLine}" />
			</When>
		</Transaction>

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