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

ActionField1778

Beschrijving: this actionfield fires when changing the article on the PmJobMaterial. Validate site if necessary. Custom: Nee

Propertiesbewerken

Property Type Accessor
PmJobMaterial PmJobMaterial Root

XMLbewerken

<Workflow Name="ActionField1778" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>this actionfield fires when changing the article on the PmJobMaterial. Validate site if necessary.</Description>
	<Properties>
		<Property	Name="PmJobMaterial"	Type="PmJobMaterial"	Accessor="Root"		Direction="In" />

		<Property	Name="ArticleSite"		Type="ArticleSite"		Accessor="Internal" />
		<Property	Name="PurchasePrice"	Type="CompanyMoney"		Accessor="Internal"						Default="CompanyMoney.Zero" />
		<Property	Name="WhereClause"		Type="UltimoString"		Accessor="Internal"						Default="ArtsArtId = '${PmJobMaterial.Id.Article.Id}'" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="PmJobMaterial_SetDefaults" WorkflowName="PmJobMaterial_SetDefaults">
			<Parameter	Name="PmJobMaterial"	Direction="In"		Value="${PmJobMaterial}" />
			<Parameter	Name="ArticleSite"		Direction="InOut"	Value="${ArticleSite}"		OutputProperty="${ArticleSite}" />
			<Parameter	Name="PurchasePrice"	Direction="InOut"	Value="${PurchasePrice}"	OutputProperty="${PurchasePrice}" />
			<Parameter	Name="WhereClause"		Direction="InOut"	Value="${WhereClause}"		OutputProperty="${WhereClause}" />
		</WorkflowCall>

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