Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/classes/qsyd_FileExplorerCommon.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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.';

Expand Down