Topic: Salesperson can only view details of his/her own customers

Is it possible to set access right segregation to allow salespersons to be able to view their own customers but not others?

e.g. when placing Sales order entry, the salesperson can only choose the customers assigned to him/her in the drop down list.

Thanks.

Re: Salesperson can only view details of his/her own customers

No, this is not supported in current FA version, but you can try implement it yourself, or hire any software developer. This should not be hard to achieve.
Janusz

Re: Salesperson can only view details of his/her own customers

Thanks Janusz.

Can anyone shed some light on how to implement this? Which part of the codes do i need to change?

Many thanks.

Re: Salesperson can only view details of his/her own customers

Some SELECT / UPDATE or INSERT sql statement that refers to the tables concerned where an extra or new WHERE clause will need to be used when a certain class of of user logs in (session user).