Permissions and Data
This page covers permission-denied and data-visibility problems.
Symptom: User can open module but cannot save
Checks:
- Verify role grants create/update permissions for the object type.
- Verify organization scope of current account.
- Verify record lock or workflow state does not block editing.
Symptom: Data list appears empty unexpectedly
Checks:
- Verify active filter conditions and pagination.
- Verify organization and authority scope.
- Confirm records exist through admin-level query.
Symptom: Demo data not visible
Checks:
- Ensure migration scripts were applied successfully.
- Search by
DEMO_prefix. - Verify module uses the same database environment as migration target.
Recommended Practice
- Keep role templates for operator, engineer, and admin.
- Audit permission changes with timestamp and owner.
- Avoid ad-hoc role edits in production windows.