How to allow all end users to view Contacts that are Active or Non-Active
The BR 'user query' prevents users that are not an "admin" or "user_admin" from viewing CSM Contacts that are Non-Active.The condition is: gs.getSession().isInteractive() && !(gs.hasRole("admin") || gs.hasRole("user_admin")) How can we allow users th...
