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

ActionField1650

Beschrijving: Change SurveyAssessmentLine.RemarkText via dialog. Custom: Nee

Propertiesbewerken

Property Type Accessor
SurveyAssessmentLine SurveyAssessmentLine Root

XMLbewerken

<Workflow Name="ActionField1650" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change SurveyAssessmentLine.RemarkText via dialog.</Description>
	<Properties>
		<Property	Name="SurveyAssessmentLine"	Type="SurveyAssessmentLine"	Accessor="Root"		Direction="In" />

		<Property	Name="RemarkText"			Type="UltimoString"			Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Dialog Name="ChangeSurveyAssessmentLineRemarkText" TitleCode="VENDORRATINGDCHANGEREMARKTEXT">
			<Container>
				<Html Name="VendorRatingDescription" Visible="true" Value="${SurveyAssessmentLine.RemarkText}" OutputProperty="${RemarkText}" Required="False" TextAreaRows="10" />
			</Container>
		</Dialog>

		<Transaction>
			<Assign Name="Set SurveyAssessmentLine.RemarkText" Property="${SurveyAssessmentLine.RemarkText}" Value="${RemarkText}" />
		</Transaction>

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