Enum 5700 Pick Bin Policy, source in 29
Source29
src/Layers/W1/BaseApp/Warehouse/Activity/PickBinPolicy.Enum.al21 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Warehouse.Activity;
enum 5700 "Pick Bin Policy"
{
Extensible = true;
value(100; "Default Bin")
{
Caption = 'Default Bin';
}
value(200; "Bin Ranking")
{
Caption = 'Bin Ranking';
}
}