Table extension 6477 Serv. Certificate of Supply, source in 29

Source29

src/Layers/W1/BaseApp/Service/History/ServCertificateOfSupply.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.Service.History;

using Microsoft.Utilities;

tableextension 6477 "Serv. Certificate of Supply" extends "Certificate of Supply"
{
    fields
    {
        modify("Document No.")
        {
            TableRelation = if ("Document Type" = filter("Service Shipment")) "Service Shipment Header"."No.";
        }
    }
}