I want to disabled administrator user into user module list view. For this I have referred below link and try to add filter with where clause. After adding this code we doesn’t show anything on view list. Please anyone let me know how to skip administrator user from list array. https://hirenprajapati.wordpress.com/2013/04/19/change-listview-query-in-sugar-crm/
Sorry… I want to hide super admin user from list view. I have created two administrator users one for crm instance admin and another for like a super admin. So I want to hide the super admin user from user list.
@ Pgr I am working on multi instance what i am trying to do is I am going to created two administrator user as one is of the client administrator and one is service provider administrator . Here What i want no one can see the service provider administrator in any list and assign select box because I want to keep watch on the my client . In simple I am working on hosting provider site i can manage the client credentials but i want to add my own admin in client ste and it it not visible to any user in any list and any assign pop -up is there any way so i can make change in sql query such as id not equal to 1 show in list etc,. Thank you for you time
Ok, I get that. I don’t think you can really make it work as multi-instance (not with real cross-instance security anyway), but I won’t keep you from trying.
But if you want help with code you have to be more specific and show us what your tried. I am not going to program it for you, I might try looking at your code to try and spot a missing semicolon or something