diff --git a/src/System Application/App/AppSource Gallery/src/AppSrcProductDepsProvider.Codeunit.al b/src/System Application/App/AppSource Gallery/src/AppSrcProductDepsProvider.Codeunit.al index 0a6321286c..1c92fca417 100644 --- a/src/System Application/App/AppSource Gallery/src/AppSrcProductDepsProvider.Codeunit.al +++ b/src/System Application/App/AppSource Gallery/src/AppSrcProductDepsProvider.Codeunit.al @@ -44,7 +44,7 @@ codeunit 2518 "AppSrc Product Deps. Provider" implements "AppSource Product Mana var EnvironmentInformation: Codeunit "Environment Information"; begin - exit(EnvironmentInformation.IsSaas()); + exit(EnvironmentInformation.IsSaas() and EnvironmentInformation.IsSaaSInfrastructure()); end; procedure GetFormatRegionOrDefault(FormatRegion: Text[80]): Text