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

ActionField609

Beschrijving: Change status of all RiskFactorScores, RiskFactors and RiskClasses with the given context to Approved. Custom: Nee

Propertiesbewerken

Property Type Accessor
RiskClassContext Context? Optional

XMLbewerken

<Workflow Name="ActionField609" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of all RiskFactorScores, RiskFactors and RiskClasses with the given context to Approved.</Description>
	<Properties>
		<Property	Name="RiskClassContext"	Type="Context?"	Accessor="Optional"	Direction="In"		Comment="Approve only RiskClasses with this context" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="ummRISKCLASS_VBS_FUNCTION_GETRISKCONTEXT_MISSING" Condition="${RiskClassContext} != Empty" MessageCode="0828" />

		<WorkflowCall Name="Approve RiskClass" WorkflowName="RiskClass_Approve">
			<Parameter	Name="RiskClassContext"	Direction="In"		Value="${RiskClassContext}" />
		</WorkflowCall>

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