Codeunit 9203 Advanced Settings Ext.

App
Base Application
Namespace
System.Environment.Configuration
Versions
17-28

Events, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/AdvancedSettingsExt.Codeunit.al16 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 System.Environment.Configuration;

codeunit 9203 "Advanced Settings Ext."
{
    Access = Public;

    [IntegrationEvent(false, false)]
    internal procedure OnBeforeOpenCompanySettings(var PageID: Integer; var Handled: Boolean)
    begin
    end;
}