Extend access to records on list view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.slyzhko
    Member
    • Oct 2023
    • 95

    Extend access to records on list view

    I'm trying to extend access to records. And get success with single record with AccessChecker, but no luck with list view. I applied Mandatory filter to select records, but they don't appear on front-end. I investigated sql queries, which are used to retrieve records to list view and see my additional logic is applied as expected, but core logic is preventing me from retrieving additional records to those created by or assigned to current user.
  • yuri
    Member
    • Mar 2014
    • 8455

    #2
    You need to define separate filters for onlyOwn, onlyTeam: https://docs.espocrm.com/development...erclassnamemap
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...