Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1058
ActionField1058
Beschrijving: Toggle the property CreateMeasurementPointValueForQuantity on PaymentTransaction. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PaymentTransaction | PaymentTransaction | Root |
XMLbewerken
<Workflow Name="ActionField1058" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Toggle the property CreateMeasurementPointValueForQuantity on PaymentTransaction.</Description>
<Properties>
<Property Name="PaymentTransaction" Type="PaymentTransaction" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="PaymentTransaction_ToggleCreateMeasurementPointValueForQuantity" WorkflowName="PaymentTransaction_ToggleCreateMeasurementPointValueForQuantity">
<Parameter Name="PaymentTransaction" Direction="In" Value="${PaymentTransaction}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>