Table extension 6467 Serv. Source Code Setup

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

Fields, 1

Versions171819202122232425262728

Source29

Source in 29

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

tableextension 6467 "Serv. Source Code Setup" extends "Source Code Setup"
{
    fields
    {
#pragma warning disable AS0125
        field(5900; "Service Management"; Code[10])
        {
            Caption = 'Service Management';
            DataClassification = CustomerContent;
            TableRelation = "Source Code";
#if not CLEANSCHEMA27
            MovedFrom = 'f3552374-a1f2-4356-848e-196002525837';
#endif
        }
#pragma warning restore AS0125
    }
}