Table extension 5825 Serv. UndoSalesShptLineParams

App
Base Application
Namespace
Microsoft.Sales.History
Versions
25-28
Extends
Undo Sales Shpt. Line Params

Fields, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Sales/History/ServUndoSalesShptLineParams.TableExt.al18 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.Sales.History;

tableextension 5825 "Serv. UndoSalesShptLineParams" extends "Undo Sales Shpt. Line Params"
{
    fields
    {
        field(5900; "Delete Service Items"; Boolean)
        {
            Caption = 'Delete Service Items';
            DataClassification = SystemMetadata;
        }
    }
}