Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield943
ActionField943
Beschrijving: Change status of ServiceContract (RentableRealEstateContract) to Terminated. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| RentableRealEstateContract | ServiceContract | Root |
| AutoAnswerToQuestion | RequestResult? | Optional |
XMLbewerken
<Workflow Name="ActionField943" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of ServiceContract (RentableRealEstateContract) to Terminated.</Description>
<Properties>
<Property Name="RentableRealEstateContract" Type="ServiceContract" Accessor="Root" Direction="In" />
<Property Name="AutoAnswerToQuestion" Type="RequestResult?" Accessor="Optional" Direction="In" Default="Empty" Comment="Set default answer for Question 1830 (Yes/No or Empty), when Empty the question will be shown" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Terminate rentablerealestatecontract" WorkflowName="ServiceContract_TerminateRentableRealEstateContract">
<Parameter Name="AutoAnswerToQuestion" Direction="In" Value="${AutoAnswerToQuestion}" />
<Parameter Name="ServiceContract" Direction="In" Value="${RentableRealEstateContract}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>