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

ActionField1654

Beschrijving: Change status for any Survey to Submitted. Custom: Nee

Propertiesbewerken

Property Type Accessor
Survey Survey Root
AskToContinue Boolean Optional

XMLbewerken

<Workflow Name="ActionField1654" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status for any Survey to Submitted.</Description>
	<Properties>
		<Property	Name="Survey"			Type="Survey"	Accessor="Root"		Direction="In" />

		<Property	Name="AskToContinue"	Type="Boolean"	Accessor="Optional"	Direction="In"		Default="False"	Comment="Ask question before changing status" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="DomainObject_ChangeStatus" WorkflowName="DomainObject_ChangeStatus">
			<Parameter	Name="AskToContinue"	Direction="In"		Value="${AskToContinue}" />
			<Parameter	Name="DomainObject"		Direction="In"		Value="${Survey}" />
			<Parameter	Name="Status"			Direction="In"		Value="SurveyStatus.Submitted" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<Message Name="Thanks" MessageCode="3162">
			<Parameter	Name="DomainObject"	Direction="In"		Value="= ${Survey.SurveyAssessment.Context} == SurveyAssessmentContext.VendorRating ? ${Survey.SurveyAssessment.Vendor} : ${Survey.SurveyAssessment.ServiceContract}" />
			<Parameter	Name="Survey"		Direction="In"		Value="${Survey}" />
		</Message>
	</Execution>
</Workflow>