Table extension 230 ObsoleteSourceCodeExt

App
Business Foundation
Namespace
Microsoft.Foundation.AuditCodes
Versions
25-28
Extends
Source Code

Fields, 3Obsolete, 3

Versions171819202122232425262728

Source2526272829

Source in 29

src/Business Foundation/App/AuditCodes/src/Legacy/ObsoleteSourceCodeExt.TableExt.al33 lines, Copyright (c) Microsoft Corporation. MIT

#if not CLEANSCHEMA27
// ------------------------------------------------------------------------------------------------
// 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 230 ObsoleteSourceCodeExt extends "Source Code"
{
    fields
    {
        field(10810; Simulation; Boolean)
        {
            Caption = 'Simulation';
            DataClassification = CustomerContent;
            ObsoleteReason = 'Discontinued feature';
            ObsoleteState = Moved;
            MovedTo = '437dbf0e-84ff-417a-965d-ed2bb9650972';
            ObsoleteTag = '25.0';
        }
        field(28160; Simulation; Boolean)
        {
            Caption = 'Simulation';
            DataClassification = CustomerContent;
            ObsoleteReason = 'Discontinued feature';
            ObsoleteState = Moved;
            MovedTo = '437dbf0e-84ff-417a-965d-ed2bb9650972';
            ObsoleteTag = '25.0';
        }
    }
}
#endif