Hi,
I need to give user A access to his own Leads/opportutinies at the CRM as well as access to user B Leads/oportunities. Nevertheless, user A cannot have access to other users Leads/opportunities.
I'm tryng do it creating a new Sales group besides "Sale / User: All Documents" and "Sales / User: Own Docments Only"
As far as I unterstood, to give an user access for all Leads/oportunities the record rule is [(1,'=',1)] and to give access for his onw Leads/opportunities only the record rule is ['|',('user_id','=',user.id),('user_id','=',False)].
Therefore, what record rule should I use to grant the access mentioned at the begninning, or ir there any alternative solution to achieve the same result?
Thanks!