From 228759fb967e6e6d9dfe93fede94c4916eddd0c1 Mon Sep 17 00:00:00 2001 From: Matthew Chevalier <120214142+ctcforce@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:28:58 -0400 Subject: [PATCH] Update qsyd_FileExplorerCommon.cls removed namespace from custom setting QualifiedAPIName --- src/classes/qsyd_FileExplorerCommon.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/qsyd_FileExplorerCommon.cls b/src/classes/qsyd_FileExplorerCommon.cls index 9c3fd93..f64aeb9 100644 --- a/src/classes/qsyd_FileExplorerCommon.cls +++ b/src/classes/qsyd_FileExplorerCommon.cls @@ -10,7 +10,7 @@ global without sharing class qsyd_FileExplorerCommon { private static String AUTOMATEDPROCESS_USERTYPE = 'AutomatedProcess'; private static String FILE_EXPLORER_PERMISSION = 'File_Explorer'; - private static String FILE_EXPLORER_SETTINGS_QUALIFIEDAPINAME = 'qsyd_FE__Settings'; + private static String FILE_EXPLORER_SETTINGS_QUALIFIEDAPINAME = 'Settings'; private static String DEFAULT_ACTION_MESSAGES_FILE_EXPLORER_IS_NOT_ENABLED = 'In order to access the File Explorer, please ask your Administrator to enable the Lightning File Explorer in the Custom Metadata Settings record.'; private static String DEFAULT_ACTION_MESSAGES_NO_PERMISSION_SET = 'In order to access the File Explorer, please ask your Administrator to assign the <a href="/lightning/setup/PermSets/home">File Explorer Permission Set</a> to your user.';