Announcement

Collapse
No announcement yet.

How to restrict access to leads based on State field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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...
    X