Enum 264 Intrastat Source Type
- App
- Base Application
- Namespace
- Microsoft.Inventory.Intrastat
- Versions
- 19-28
- Obsolete
- Pending 26.0, seen from 22. Intrastat related functionalities are moved to Intrastat extensions.
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Inventory/Intrastat/IntrastatSourceType.Enum.al23 lines, Copyright (c) Microsoft Corporation. MIT
#if not CLEANSCHEMA29
// ------------------------------------------------------------------------------------------------
// 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;
enum 264 "Intrastat Source Type"
{
Extensible = true;
AssignmentCompatibility = true;
ObsoleteState = Pending;
#pragma warning disable AS0074
ObsoleteTag = '26.0';
#pragma warning restore AS0074
ObsoleteReason = 'Intrastat related functionalities are moved to Intrastat extensions.';
value(0; "") { Caption = ''; }
value(1; "Item Entry") { Caption = 'Item Entry'; }
value(2; "Job Entry") { Caption = 'Job Entry'; }
}
#endif