Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield930
ActionField930
Beschrijving: Change status of ContractLine to Concept. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ContractLine | ContractLine | Root |
XMLbewerken
<Workflow Name="ActionField930" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of ContractLine to Concept.</Description>
<Properties>
<Property Name="ContractLine" Type="ContractLine" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Change ContractLine Status to Concept" DomainObject="${ContractLine}" NewStatus="ContractLineStatus.Concept" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>