group functionality directly with contact to user module

Problem statement:

i have 4 users they are inside two groups:

IN Group1: user1,user2
Group2:users3,user4

so when i logged in with user1 and accessing to contact module ->edit view ->when clicked on assigned to field i want it can see only two user
which is user1 and user2
but, currently its shows all the users record out their

is this functionality we can achive?

Hi Arpit,

You can do it by configuration of Security Group.

Admin : Security Group Management Configuration

Filter User List :

Chris is assigned to group with Max and Sally as members. When Chris attempts to assign a record Chris will only
be allowed to assign the record to either Max, Sally, or to himself.

1 Like

thank you… its working!!!