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

ActionField1834

Beschrijving: Change status stock count to Active. Custom: Nee

Propertiesbewerken

Property Type Accessor
StockCount StockCount Root

XMLbewerken

<Workflow Name="ActionField1834" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status stock count to Active.</Description>
	<Properties>
		<Property	Name="StockCount"	Type="StockCount"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<ChangeStatus Name="Activate stock count" DomainObject="${StockCount}" NewStatus="StockCountStatus.Active" />
		</Transaction>

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