Table 261 Intrastat Jnl. Template
- App
- Base Application
- Namespace
- Microsoft.Inventory.Intrastat
- Versions
- 17-28
- Obsolete
- Removed 25.0, seen from 22. Intrastat related functionalities are moved to Intrastat extensions.
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Inventory/Intrastat/IntrastatJnlTemplate.Table.al61 lines, Copyright (c) Microsoft Corporation. MIT
#if not CLEANSCHEMA25
// ------------------------------------------------------------------------------------------------
// 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 261 "Intrastat Jnl. Template"
{
Caption = 'Intrastat Jnl. Template';
ReplicateData = true;
ObsoleteState = Removed;
ObsoleteTag = '25.0';
ObsoleteReason = 'Intrastat related functionalities are moved to Intrastat extensions.';
DataClassification = CustomerContent;
fields
{
field(1; Name; Code[10])
{
Caption = 'Name';
NotBlank = true;
}
field(2; Description; Text[80])
{
Caption = 'Description';
}
field(5; "Checklist Report ID"; Integer)
{
Caption = 'Checklist Report ID';
}
field(6; "Page ID"; Integer)
{
Caption = 'Page ID';
}
field(15; "Checklist Report Caption"; Text[250])
{
DataClassification = CustomerContent;
}
field(16; "Page Caption"; Text[250])
{
DataClassification = CustomerContent;
}
}
keys
{
key(Key1; Name)
{
Clustered = true;
}
}
fieldgroups
{
}
}
#endif