Table extension 6458 Serv. Job Journal Line, source in 29
Source29
src/Layers/W1/BaseApp/Service/Projects/Project/Journal/ServJobJournalLine.TableExt.al23 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.Projects.Project.Journal;
tableextension 6458 "Serv. Job Journal Line" extends "Job Journal Line"
{
fields
{
field(5900; "Service Order No."; Code[20])
{
Caption = 'Service Order No.';
DataClassification = CustomerContent;
}
field(5901; "Posted Service Shipment No."; Code[20])
{
Caption = 'Posted Service Shipment No.';
DataClassification = CustomerContent;
}
}
}