Table 7360 Reservation Entry Buffer
- App
- Base Application
- Namespace
- Microsoft.Inventory.Tracking
- Versions
- 17-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Inventory/Tracking/ReservationEntryBuffer.Table.al69 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.Inventory.Tracking;
table 7360 "Reservation Entry Buffer"
{
Caption = 'Reservation Entry Buffer';
ReplicateData = false;
DataClassification = CustomerContent;
fields
{
field(4; "Quantity (Base)"; Decimal)
{
AutoFormatType = 0;
Caption = 'Quantity (Base)';
DataClassification = SystemMetadata;
DecimalPlaces = 0 : 5;
}
field(10; "Source Type"; Integer)
{
Caption = 'Source Type';
DataClassification = SystemMetadata;
}
field(11; "Source Subtype"; Option)
{
Caption = 'Source Subtype';
DataClassification = SystemMetadata;
OptionCaption = '0,1,2,3,4,5,6,7,8,9,10';
OptionMembers = "0","1","2","3","4","5","6","7","8","9","10";
}
field(12; "Source ID"; Code[20])
{
Caption = 'Source ID';
DataClassification = SystemMetadata;
}
field(13; "Source Batch Name"; Code[10])
{
Caption = 'Source Batch Name';
DataClassification = SystemMetadata;
}
field(14; "Source Prod. Order Line"; Integer)
{
Caption = 'Source Prod. Order Line';
DataClassification = SystemMetadata;
}
field(15; "Source Ref. No."; Integer)
{
Caption = 'Source Ref. No.';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; "Source Type", "Source Subtype", "Source ID", "Source Batch Name", "Source Prod. Order Line", "Source Ref. No.")
{
Clustered = true;
}
}
fieldgroups
{
}
}