Table extension 6477 Serv. Certificate of Supply
- App
- Base Application
- Namespace
- Microsoft.Service.History
- Versions
- 25-28
- Extends
- Certificate of Supply
Versions171819202122232425262728
Source29
Source in 29
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.";
}
}
}