Table extension 99000821 Mfg. Compare Cost Shares Buf, source in 29

Source29

src/Layers/W1/BaseApp/Manufacturing/Inventory/BOM/MfgCompareCostSharesBuf.TableExt.al22 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.Inventory.BOM;

using Microsoft.Manufacturing.MachineCenter;
using Microsoft.Manufacturing.WorkCenter;

tableextension 99000821 "Mfg. Compare Cost Shares Buf" extends "Compare Cost Shares Buffer"
{
    fields
    {
        modify("No.")
        {
            TableRelation =
            if (Type = const("Machine Center")) "Machine Center"
            else
            if (Type = const("Work Center")) "Work Center";
        }
    }
}