Page extension 2510 Extension Subscribers
- App
- Base Application
- Namespace
- System.Environment.Configuration
- Versions
- 23-28
- Extends
- #63ca2fa44f034f2ba480172fef340d3f#Extension Management
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/ExtensionSubscribers.PageExt.al28 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;
using System.Apps;
using System.Reflection;
pageextension 2510 "Extension Subscribers" extends "Extension Management"
{
actions
{
addafter("Deployment Status")
{
action("Event Subscribers")
{
Caption = 'Event Subscriptions';
ToolTip = 'Show integration event subscriptions used by this extension.';
ApplicationArea = All;
Image = SetupList;
RunObject = Page "Event Subscriptions";
RunPageLink = "Originating Package ID" = field("Package ID");
}
}
}
}