Table of Contents

Codeunit "Advanced Settings"

ID 9202
Namespace: System.Environment.Configuration

Advanced settings exposes integration events raised at Advance Settings Page open.

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Events

OnBeforeOpenGeneralSetupExperience

Notifies that the Open General Setup Experience has been invoked.

[IntegrationEvent(False,False)]
internal procedure OnBeforeOpenGeneralSetupExperience(var PageID: Integer, var Handled: Boolean)

Parameters

Name Type Description
PageID Integer

The Page ID of the page been invoked.

Handled Boolean

The flag which if set, would stop executing the OpenGeneralSetupExperience of the assisted setup guide.

See also