Table 1239 Data Exch. FlowField Gr. Buff.
- App
- Base Application
- Namespace
- System.IO
- Versions
- 21-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/System/DataExchange/DataExchFlowFieldGrBuff.Table.al37 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.IO;
table 1239 "Data Exch. FlowField Gr. Buff."
{
TableType = Temporary;
DataClassification = CustomerContent;
fields
{
field(1; "Record ID"; RecordId)
{
Caption = 'Record ID';
}
field(2; "Field ID"; Integer)
{
Caption = 'Field ID';
}
field(3; "Value"; Decimal)
{
AutoFormatType = 0;
Caption = 'Value';
}
}
keys
{
key(Key1; "Record ID", "Field ID")
{
Clustered = true;
}
}
fieldgroups
{
}
}