Disable frontend access checking for bottom panel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goingUp
    Junior Member
    • Sep 2024
    • 28

    #1

    Disable frontend access checking for bottom panel

    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.
  • victor
    Active Community Member
    • Aug 2022
    • 997

    #2
    Originally posted by goingUp
    I could give all users "read: own" access to SchoolAttendace, but that will add a menu item, not needed for them.
    "read: own" is the easiest solution. And if you don't have an extra menu item, you can always configure the Layout Set for this team: https://docs.espocrm.com/administrat...-teams-portals.

    Comment

    Working...