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

ActionField1125

Beschrijving: Create a new or edit an existing Address for a DomainObject. Custom: Nee

Propertiesbewerken

Property Type Accessor
DomainObject DomainObject Root
UseBAGAddressFormat Boolean Optional

XMLbewerken

<Workflow Name="ActionField1125" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create a new or edit an existing Address for a DomainObject.</Description>
	<Properties>
		<Property	Name="DomainObject"			Type="DomainObject"	Accessor="Root"		Direction="In" />

		<Property	Name="UseBAGAddressFormat"	Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False"	Comment="Use Dutch BAG format instead of international format for address" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

		<When Name="When DomainObject is a rentable real estate" Condition="${DomainObject.EntityName} == Space &amp;&amp; ${DomainObject.Context} == SpaceContext.RentableRealEstate">
			<WorkflowCall Name="RentableRealEstate_ChangeSpaceCode" WorkflowName="RentableRealEstate_ChangeSpaceCode">
				<Parameter	Name="RentableRealEstate"	Direction="In"		Value="${DomainObject}" />
			</WorkflowCall>
		</When>

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