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