Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1086
ActionField1086
Beschrijving: Set DefaultIssueLocation for this ArticleWarehouseLocation. Disable DefaultIssueLocation for all other ArticleWarehouseLocations linked to this Article/Warehouse. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ArticleWarehouseLocation | ArticleWarehouseLocation | Root |
XMLbewerken
<Workflow Name="ActionField1086" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set DefaultIssueLocation for this ArticleWarehouseLocation. Disable DefaultIssueLocation for all other ArticleWarehouseLocations linked to this Article/Warehouse.</Description>
<Properties>
<Property Name="ArticleWarehouseLocation" Type="ArticleWarehouseLocation" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="ArticleWarehouseLocation_SetDefaultIssueLocation" WorkflowName="ArticleWarehouseLocation_SetDefaultIssueLocation">
<Parameter Name="DefaultArticleWarehouseLocation" Direction="In" Value="${ArticleWarehouseLocation}" />
</WorkflowCall>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>