Table 8450 Field Buffer, source in 29
Source29
src/Layers/W1/BaseApp/FieldBuffer.Table.al48 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 System.Reflection;
table 8450 "Field Buffer"
{
Caption = 'Field Buffer';
ReplicateData = false;
DataClassification = CustomerContent;
fields
{
field(1; "Order"; Integer)
{
Caption = 'Order';
DataClassification = SystemMetadata;
}
field(2; "Table ID"; Integer)
{
Caption = 'Table ID';
DataClassification = SystemMetadata;
}
field(3; "Field ID"; Integer)
{
Caption = 'Field ID';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; "Order")
{
Clustered = true;
}
key(Key2; "Table ID", "Field ID")
{
}
}
fieldgroups
{
}
}