Overview: Permission handling has been further refined by removing on-screen Permission Restricted notifications. Users can now view records without interruption, while restricted data remains silently hidden based on their access rights.
Updates:
1. Permission Restricted Info Box Removed
- The in-app warning message is no longer displayed when a user opens a partially restricted record.
2. Silent Permission Enforcemen
- Restricted field values remain hidden as before.
- Permission warnings are no longer shown to users and are logged only in the browser console.
Benefits:
• Cleaner User Interface: Users are no longer interrupted by warning messages while navigating records.
• More Natural Navigation: Records open seamlessly, showing only the data the user is allowed to see.
• Reduced Visual Noise: Eliminates unnecessary alerts while maintaining data security.
How it works?
- A user opens a record they partially have permission for.
- All accessible fields are displayed normally.
- For restricted fields, field names or column headers remain visible, while record values are hidden or shown as empty.
- No permission warning is shown on the screen; permission checks run silently in the background.