Table extension 6472 Serv. Cash Flow Worksheet Line, source in 29

Source29

src/Layers/W1/BaseApp/Service/CashFlow/ServCashFlowWorkSheetLine.TableExt.al20 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.CashFlow;

using Microsoft.CashFlow.Worksheet;
using Microsoft.Service.Document;

tableextension 6472 "Serv. Cash Flow Worksheet Line" extends "Cash Flow Worksheet Line"
{
    fields
    {
        modify("Source No.")
        {
            TableRelation = if ("Source Type" = const("Service Orders")) "Service Header"."No." where("Document Type" = const(Order));
        }
    }
}