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

ActionField1057

Beschrijving: Toggle the property ProcessMeasurementPointValue on PaymentTransaction. Custom: Nee

Propertiesbewerken

Property Type Accessor
PaymentTransaction PaymentTransaction Root

XMLbewerken

<Workflow Name="ActionField1057" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Toggle the property ProcessMeasurementPointValue on PaymentTransaction.</Description>
	<Properties>
		<Property	Name="PaymentTransaction"	Type="PaymentTransaction"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PaymentTransaction_ToggleProcessMeasurementPointValue" WorkflowName="PaymentTransaction_ToggleProcessMeasurementPointValue">
			<Parameter	Name="PaymentTransaction"	Direction="In"		Value="${PaymentTransaction}" />
		</WorkflowCall>

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