I have a bottom panel for Contact, which displays related SchoolAttendace records (custom entity). I can configure backend to allow access to related records if user have access to Contact using selectAccessControlDisabled option in RecordDefs. It works well for users, which have access to some SchoolAttendace records, but doesn't work for users which don't have SchoolAttendace access at all, and frontend hide panel and doesn't fetch related records from backend. How can I disable this frontend check?
I could give all users "read: own" access to SchoolAttendace, but that will add a menu item, not needed for them.
I could give all users "read: own" access to SchoolAttendace, but that will add a menu item, not needed for them.
Comment