Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield154
ActionField154
Beschrijving: Add MeasurementPoint to ProcessFunction. If MeasurementPoint is the first, mark it as default. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ProcessFunction | ProcessFunction | Root |
XMLbewerken
<Workflow Name="ActionField154" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Add MeasurementPoint to ProcessFunction. If MeasurementPoint is the first, mark it as default.</Description>
<Properties>
<Property Name="ProcessFunction" Type="ProcessFunction" Accessor="Root" Direction="In" />
<Property Name="ProcessFunctionMeasurementPointId" Type="String" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Dialog Name="ProcessFunctionMeasurementPointId" TitleCode="ADD_MEASUREMENT_POINT">
<Container>
<Text Name="ProcessFunctionMeasurementPointId" OutputProperty="${ProcessFunctionMeasurementPointId}" Required="True" LabelCode="CODEMEETPUNT" />
</Container>
</Dialog>
<Validation Name="Id is filled" Condition="${ProcessFunctionMeasurementPointId} != Empty" MessageCode="0823" />
<WorkflowCall WorkflowName="ProcessFunction_CreateProcessFunctionMeasurementPoint">
<Parameter Name="ProcessFunction" Direction="In" Value="${ProcessFunction}" />
<Parameter Name="ProcessFunctionMeasurementPointId" Direction="In" Value="${ProcessFunctionMeasurementPointId}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>