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

ActionField1590

Beschrijving: Copy Currency from Vendor to DomainObject (ArticleVendor or ArticleSiteVendor) Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root

XMLbewerken

<Workflow Name="ActionField1590" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy Currency from Vendor to DomainObject (ArticleVendor or ArticleSiteVendor)</Description>
	<Properties>
		<Property	Name="DomainObject"	Type="DomainObject"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="CheckEntityNameDomainObject" Condition="${DomainObject.EntityName} == 'ArticleVendor' || ${DomainObject.EntityName} == 'ArticleSiteVendor'" MessageCode="2961" />

		<Transaction>
			<Assign Name="SetCurrencyDomainObject" Property="${DomainObject.Currency}" Value="${DomainObject.Id.Vendor.Currency}" />
		</Transaction>

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