Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1516
ActionField1516
Beschrijving: Create InvoicePeriods till a date (via collectinput). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| InvoicePeriodContext | Context | Optional |
XMLbewerken
<Workflow Name="ActionField1516" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create InvoicePeriods till a date (via collectinput).</Description>
<Properties>
<Property Name="InvoicePeriodContext" Type="Context" Accessor="Optional" Direction="In" Default="InvoicePeriodContext.Standard" Comment="Create InvoicePeriods with this context" />
<Property Name="TillDate" Type="Date" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Dialog Name="DialogTillDate" TitleCode="CREATEINVOICEPERIODS">
<Container>
<Date Name="TillDate" Value="=#{Environment.CurrentDate}" OutputProperty="${TillDate}" Required="True" LabelCode="UNTILDATE" />
</Container>
</Dialog>
<Transaction>
<Command Name="InvoicePeriod_CreateInvoicePeriods" CommandName="InvoicePeriod_CreateInvoicePeriods">
<Parameter Name="InvoicePeriodContext" Direction="In" Value="${InvoicePeriodContext}" />
<Parameter Name="TillDate" Direction="In" Value="${TillDate}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>