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

ActionField516

Beschrijving: Create new ConditionFlawPresent for Equipment. Custom: Nee

Propertiesbewerken

Property Type Accessor
Equipment Equipment Root
ConditionFlawPresentContext Context Optional
ConditionFlawPresentStatus Status Optional
FormName UltimoString Optional

XMLbewerken

<Workflow Name="ActionField516" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create new ConditionFlawPresent for Equipment.</Description>
	<Properties>
		<Property	Name="Equipment"					Type="Equipment"	Accessor="Root"		Direction="In" />

		<Property	Name="ConditionFlawPresentContext"	Type="Context"		Accessor="Optional"	Direction="In"		Comment="Create ConditionFlawPresent with this context" />
		<Property	Name="ConditionFlawPresentStatus"	Type="Status"		Accessor="Optional"	Direction="In"		Comment="Create ConditionFlawPresent with this status" />
		<Property	Name="FormName"						Type="UltimoString"	Accessor="Optional"	Direction="In"		Comment="Open this screen with the created ConditionFlawPresent" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Equipment_CreateConditionFlawPresent" WorkflowName="Equipment_CreateConditionFlawPresent">
			<Parameter	Name="Context"		Direction="In"		Value="${ConditionFlawPresentContext}" />
			<Parameter	Name="Equipment"	Direction="In"		Value="${Equipment}" />
			<Parameter	Name="ScreenName"	Direction="In"		Value="${FormName}" />
			<Parameter	Name="Status"		Direction="In"		Value="${ConditionFlawPresentStatus}" />
		</WorkflowCall>

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