Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1120
ActionField1120
Beschrijving: Create a new Space (RentableRealEstate) from a Building. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Building | Building | Root |
| OpenScreenAfterInsert | Boolean | Optional |
| OpenScreenAlternateName | UltimoString | Optional |
XMLbewerken
<Workflow Name="ActionField1120" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create a new Space (RentableRealEstate) from a Building.</Description>
<Properties>
<Property Name="Building" Type="Building" Accessor="Root" Direction="In" />
<Property Name="OpenScreenAfterInsert" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Open screen with created Space (RentableRealEstate)?" />
<Property Name="OpenScreenAlternateName" Type="UltimoString" Accessor="Optional" Direction="In" Default="Empty" Comment="Open this screen with the created Space (RentableRealEstate)" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Call workflow with Building as DomainObject" WorkflowName="RentableRealEstate_CreateFromDomainObject">
<Parameter Name="DomainObject" Direction="In" Value="${Building}" />
<Parameter Name="OpenScreenAfterInsert" Direction="In" Value="${OpenScreenAfterInsert}" />
<Parameter Name="OpenScreenAlternateName" Direction="In" Value="${OpenScreenAlternateName}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>