From 27d332a6bd5d26bd97df953a15c77daa170638d6 Mon Sep 17 00:00:00 2001 From: Stig Killendahl Date: Fri, 29 May 2026 08:46:33 +0200 Subject: [PATCH] Add Company Name to permission set in plan buffer key --- .../src/Plan Configuration/PermissionSetInPlanBuffer.Table.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System Application/App/Azure AD Plan/src/Plan Configuration/PermissionSetInPlanBuffer.Table.al b/src/System Application/App/Azure AD Plan/src/Plan Configuration/PermissionSetInPlanBuffer.Table.al index 3829990877..ccc5dfd8c7 100644 --- a/src/System Application/App/Azure AD Plan/src/Plan Configuration/PermissionSetInPlanBuffer.Table.al +++ b/src/System Application/App/Azure AD Plan/src/Plan Configuration/PermissionSetInPlanBuffer.Table.al @@ -72,7 +72,7 @@ table 9016 "Permission Set In Plan Buffer" keys { - key(UniqueKey; "Plan ID", "Role ID", Scope, "App ID") + key(UniqueKey; "Plan ID", "Role ID", "Company Name", Scope, "App ID") { Clustered = true; }