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

ActionField1912

Beschrijving: Show message with information about the calculation Custom: Nee

XMLbewerken

<Workflow Name="ActionField1912" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Show message with information about the calculation</Description>
	<Properties />
	<Execution>
		<UserContent Name="Pre" />

		<Message Name="ShowExplanation" MessageCode="3969">
			<Parameter	Name="CheckDate"	Direction="In"		Value="=#adddays(#{Environment.CurrentDate}, (-1* #{UltimoSettings.PmUpdateLookBackPeriod}))" />
			<Parameter	Name="MinimumJobs"	Direction="In"		Value="#{UltimoSettings.PmUpdateMinimumJobs}" />
			<Parameter	Name="Threshold"	Direction="In"		Value="#{UltimoSettings.PmUpdateDeviationThreshold}" />
		</Message>

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