diff --git a/src/System Application/App/AppSource Gallery/src/AppSourceExtensionManagement.PageExt.al b/src/System Application/App/AppSource Gallery/src/AppSourceExtensionManagement.PageExt.al index efe4cd9ef6..b2ca73ad91 100644 --- a/src/System Application/App/AppSource Gallery/src/AppSourceExtensionManagement.PageExt.al +++ b/src/System Application/App/AppSource Gallery/src/AppSourceExtensionManagement.PageExt.al @@ -18,7 +18,7 @@ pageextension 2515 AppSourceExtensionManagement extends "Extension Management" Enabled = IsSaas; Image = NewItem; ToolTip = 'Browse the Microsoft AppSource Gallery for new extensions to install.'; - Visible = IsOnPremDisplay; + Visible = not IsOnPremDisplay; RunObject = Page "AppSource Product List"; RunPageMode = View; }