Table extension 6476 Serv. Error Handl. Parameters, source in 29

Source29

src/Layers/W1/BaseApp/Service/Utilities/ServErrorHandlParameters.TableExt.al19 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.Utilities;

using Microsoft.Service.Document;

tableextension 6476 "Serv. Error Handl. Parameters" extends "Error Handling Parameters"
{
    fields
    {
        field(16; "Service Document Type"; Enum "Service Document Type")
        {
            DataClassification = SystemMetadata;
        }
    }
}