Announcement

Collapse
No announcement yet.

Multiple Assigned Users- Account Entity- Restrict editing of records

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

  • Multiple Assigned Users- Account Entity- Restrict editing of records

    Hi Everyone,

    I'd like to be able to assign multiple users to an account record. I searched the form and read these instructions: Multiple assigned users - EspoCRM Documentation


    I'm not sure adding a new many-to-many relationship link for "assigned users" to the account entity will work here. I want to:

    -Assign more than one user to an account.
    -Restrict users in the role settings to only be able to edit the account they are assigned to.
    -Example: three different users are assigned to an account called XYZ company. Those three users can edit XYZ company but not edit any other companies like ABC company, etc.

    Any thoughts? Thanks so much.
    Last edited by harrytruman; 08-07-2023, 07:45 PM.

  • #2
    It should work just as you described. ACL will apply to assignedUsers

    Comment


    • #3
      Originally posted by Kharg View Post
      It should work just as you described. ACL will apply to assignedUsers
      Thanks, Kharg I should have tried it first. You're right. It works perfectly.

      Comment

      Working...
      X