How to restrict access to leads based on State field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jumurphy116
    Junior Member
    • Mar 2022
    • 1

    How to restrict access to leads based on State field

    I need to restrict general users' access to leads by the state the lead is in. I am struggling to find settings that allow me to do this.
  • dimyy
    Active Community Member
    • Jun 2018
    • 569

    #2
    Espo haven't feature to restrict access by field value.

    You can:
    1. Create 2 (or more) groups with different access rules and assign it when state is changed.
    or
    2. Create ACL modification in php code.

    Comment

    Working...