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

ActionField1925

Beschrijving: Give BasedOnEquipmentType correct default default. Custom: Nee

Propertiesbewerken

Property Type Accessor
EquipmentType EquipmentType Root

XMLbewerken

<Workflow Name="ActionField1925" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Give BasedOnEquipmentType correct default default.</Description>
	<Properties>
		<Property	Name="EquipmentType"	Type="EquipmentType"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="Check Context" Condition="${EquipmentType.Context} == EquipmentTypeContext.Standard || ${EquipmentType.Context} == EquipmentTypeContext.Fleet || ${EquipmentType.Context} == EquipmentTypeContext.Element || ${EquipmentType.Context} == EquipmentTypeContext.ConfigurationItemType || ${EquipmentType.Context} == EquipmentTypeContext.Software">
			<Transaction>
				<Assign Name="Give BasedOnEquipmentType correct default default" Property="${EquipmentType.BasedOnEquipmentType}" Value="True" />
			</Transaction>
		</When>

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