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.';