Table extension 6458 Serv. Job Journal Line
- App
- Base Application
- Namespace
- Microsoft.Projects.Project.Journal
- Versions
- 25-28
- Extends
- Job Journal Line
Versions171819202122232425262728
Source29
Source in 29
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;
}
}
}