Table extension 99000756 Mfg. Purch. Cr. Memo Line, source in 29
Source29
src/Layers/W1/BaseApp/Manufacturing/Purchases/History/MfgPurchCrMemoLine.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.Purchases.History;
tableextension 99000756 "Mfg. Purch. Cr. Memo Line" extends "Purch. Cr. Memo Line"
{
fields
{
field(5401; "Prod. Order No."; Code[20])
{
Caption = 'Prod. Order No.';
DataClassification = CustomerContent;
}
}
}