Table extension 6476 Serv. Error Handl. Parameters
- App
- Base Application
- Namespace
- Microsoft.Utilities
- Versions
- 25-28
- Extends
- Error Handling Parameters
Versions171819202122232425262728
Source29
Source in 29
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;
}
}
}