콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3686 화면

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!



아바타
취소
베스트 답변

Add the user in the Same sales team as member. 

Give him/her access - Own Documents Only

Add this record rule in the Sales : Own Documents Only group - 

('team_id.member_ids', '=', user.id)

Now all team members will be able to see other team members leads.

* if you want to modify read/write access, try creating separate rule and play with it until you get your desired result

아바타
취소
작성자 베스트 답변

Thank you very much! It worked! 

아바타
취소
관련 게시물 답글 화면 활동
2
11월 23
2794
2
6월 23
3119
1
5월 23
1650
0
7월 22
2279
1
4월 22
2200