Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1805
ActionField1805
Beschrijving: Update bill of materials, jobplans, PM models with alternative article. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ObjectArticle | ObjectArticle | Root |
XMLbewerken
<Workflow Name="ActionField1805" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Update bill of materials, jobplans, PM models with alternative article.</Description>
<Properties>
<Property Name="ObjectArticle" Type="ObjectArticle" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<ContinuationQuestion Name="Continue to replace article with alternative in linked tables" MessageCode="3695">
<Parameter Name="ObjectArticle" Direction="In" Value="${ObjectArticle}" />
</ContinuationQuestion>
<Transaction>
<WorkflowCall Name="Article_ReplaceArticleInLinkedTables" WorkflowName="Article_ReplaceArticleInLinkedTables">
<Parameter Name="Article" Direction="In" Value="${ObjectArticle.Article}" />
<Parameter Name="ReplaceOrAlternativeArticle" Direction="In" Value="${ObjectArticle.AlternativeArticle}" />
</WorkflowCall>
<Assign Name="Set Date" Property="${ObjectArticle.Date}" Value="#{Environment.CurrentDateTime}" />
<Assign Name="Set Employee" Property="${ObjectArticle.Employee}" Value="#{User.EmployeeId}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>