Enum 264 Intrastat Source Type, source in 29

Source29

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