Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1841
ActionField1841
Beschrijving: Save or empty AbcCodeIdGenerated depending on OverwriteAbcCode. For article or ArticleSite. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
XMLbewerken
<Workflow Name="ActionField1841" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Save or empty AbcCodeIdGenerated depending on OverwriteAbcCode. For article or ArticleSite.</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Choose Name="OverwriteAbcCode">
<When Name="OverwriteAbcCode" Condition="${DomainObject.OverwriteAbcCode} == True">
<Assign Name="set AbcCodeIdGenerated" Property="${DomainObject.AbcCodeIdGenerated}" Value="${DomainObject.AbcCodeId}" />
</When>
<Otherwise Name="do not OverwriteAbcCode">
<When Name="AbcCodeIdGenerated empty" Condition="${DomainObject.AbcCodeIdGenerated} != Empty">
<Assign Name="set AbcCodeId" Property="${DomainObject.AbcCodeId}" Value="${DomainObject.AbcCodeIdGenerated}" />
</When>
</Otherwise>
</Choose>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>