Page extension 6467 Serv. Source Code Setup

App
Base Application
Namespace
Microsoft.Foundation.AuditCodes
Versions
25-28
Extends
#f3552374a1f24356848e196002525837#Source Code Setup

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Foundation/AuditCodes/ServSourceCodeSetup.PageExt.al25 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.Foundation.AuditCodes;

pageextension 6467 "Serv. Source Code Setup" extends "Source Code Setup"
{
    layout
    {
        addafter("Fixed Assets")
        {
            group(Service)
            {
                Caption = 'Service';
                field("Service Management"; Rec."Service Management")
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the code linked to entries that are posted from the Service Management application area.';
                }
            }
        }
    }
}