From d18316b4307c77f097b802f5e070394ca32e03b3 Mon Sep 17 00:00:00 2001 From: wenjiefan Date: Wed, 4 Dec 2024 13:18:18 +0100 Subject: [PATCH] obsolete the old procedure --- .../App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al | 2 +- .../App/Upgrade Tags/src/UpgradeTags.Page.al | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al b/src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al index 79e2ba40ec..b8637a0e66 100644 --- a/src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al +++ b/src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al @@ -243,7 +243,7 @@ codeunit 7774 "Copilot Capability Impl" IsAdmin := AzureADGraphUser.IsUserDelegatedAdmin() or AzureADPlan.IsPlanAssignedToUser(PlanIds.GetGlobalAdminPlanId()) or AzureADPlan.IsPlanAssignedToUser(PlanIds.GetBCAdminPlanId()) or AzureADPlan.IsPlanAssignedToUser(PlanIds.GetD365AdminPlanId()) or AzureADGraphUser.IsUserDelegatedHelpdesk() or UserPermissions.IsSuper(UserSecurityId()); end; -#if not clean26 +#if not CLEAN26 [TryFunction] [Obsolete('Use the procedure CheckGeoAndEUDB', '26.0')] procedure CheckGeo(var WithinGeo: Boolean; var WithinEuropeGeo: Boolean) diff --git a/src/System Application/App/Upgrade Tags/src/UpgradeTags.Page.al b/src/System Application/App/Upgrade Tags/src/UpgradeTags.Page.al index eb91f6fadd..96113cff76 100644 --- a/src/System Application/App/Upgrade Tags/src/UpgradeTags.Page.al +++ b/src/System Application/App/Upgrade Tags/src/UpgradeTags.Page.al @@ -24,10 +24,10 @@ page 9985 "Upgrade Tags" { repeater(GroupName) { - // field(Tag; Rec.Tag) { } - // field("Tag Timestamp"; Rec."Tag Timestamp") { } - // field(Company; Rec.Company) { } - // field("Skipped Upgrade"; Rec."Skipped Upgrade") { } + field(Tag; Rec.Tag) { } + field("Tag Timestamp"; Rec."Tag Timestamp") { } + field(Company; Rec.Company) { } + field("Skipped Upgrade"; Rec."Skipped Upgrade") { } } } }