Codeunit "Navigation Bar Subscribers"
ID 154
Namespace: System.Environment.Configuration
Collection of the default subscribers to system events and corresponding overridable integration events.
Properties
| Name | Value |
|---|---|
| Access | Public |
| InherentEntitlements | X |
| InherentPermissions | X |
Events
OnBeforeDefaultOpenCompanySettings
Notifies that the Default Open Company Settings has been invoked.
[IntegrationEvent(False,False)]
internal procedure OnBeforeDefaultOpenCompanySettings(var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Handled | Boolean |
The flag which if set, would stop executing the event. |
OnBeforeDefaultOpenRoleBasedSetupExperience
Notifies that the Default Open Role Based Setup Experience has been invoked.
[IntegrationEvent(False,False)]
internal procedure OnBeforeDefaultOpenRoleBasedSetupExperience(var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Handled | Boolean |
The flag which if set, would stop executing the event. |
OnBeforeDefaultOpenGeneralSetupExperience
Notifies that the Default Open General Setup Experience has been invoked.
[IntegrationEvent(False,False)]
internal procedure OnBeforeDefaultOpenGeneralSetupExperience(var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Handled | Boolean |
The flag which if set, would stop executing the event. |