تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2691 أدوات العرض

I am trying to create a special right in the helpdesk. Our internal customers will report incidents this way, now I want the user to only see the tickets he/she has created. So not "my tickets" but "created by".

This special right will have fewer rights than the normal helpdesk user.


I tried to duplicate the user and add a rule like this:
['|',('create_uid','=',user.id),('user_id','=',False)]

But it's not working.


Also tried: 

['|',('user_uid','=',user.id),('user_id','=',False)]

but then I can't even open the helpdesk        


Can someone please help me? 

الصورة الرمزية
إهمال
أفضل إجابة

Hello,

1. deactivate this record rule which allows team members to access teams' tickets


2. create record rule:



Now each user will be able to access only tickets that he has created

The administrator/helpdesk user group will be able to list all tickets.


hope this will help you.



الصورة الرمزية
إهمال
الكاتب

Thx for the quick response, it works!

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أغسطس 23
8
2
نوفمبر 22
3471
0
يوليو 22
1994
2
مارس 15
4635
0
نوفمبر 24
995