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

ActionField1619

Beschrijving: Executed when user has modified Article or Vendor on the domainobject (PmJobPurchaseRequestLine or JobPlanPurchaseRequestLine) and copies data from article or standby contract to it. Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root

XMLbewerken

<Workflow Name="ActionField1619" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Executed when user has modified Article or Vendor on the domainobject (PmJobPurchaseRequestLine or JobPlanPurchaseRequestLine) and copies data from article or standby contract to it.</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Check domainobject" Condition="${DomainObject.EntityName} == JobPlanPurchaseRequestLine || ${DomainObject.EntityName} == PmJobPurchaseRequestLine" MessageCode="3032" />

		<WorkflowCall Name="DomainObject_CopyValuesAndRecalculatePrices" WorkflowName="DomainObject_CopyValuesAndRecalculatePrices">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${DomainObject}" />
		</WorkflowCall>

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