Table 260 Tariff Number, source in 29
Source29
src/Layers/W1/BaseApp/Inventory/Intrastat/TariffNumber.Table.al49 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.Intrastat;
table 260 "Tariff Number"
{
Caption = 'Tariff Number';
LookupPageID = "Tariff Numbers";
DataClassification = CustomerContent;
fields
{
field(1; "No."; Code[20])
{
Caption = 'No.';
ToolTip = 'Specifies the number of the involved entry or record, according to the specified number series.';
NotBlank = true;
}
field(2; Description; Text[100])
{
Caption = 'Description';
ToolTip = 'Specifies a description of the item.';
}
field(3; "Supplementary Units"; Boolean)
{
Caption = 'Supplementary Units';
ToolTip = 'Specifies whether the customs and tax authorities require information about quantity and unit of measure for this item.';
}
}
keys
{
key(Key1; "No.")
{
Clustered = true;
}
}
fieldgroups
{
fieldgroup(DropDown; "No.", Description)
{
}
}
}