What is the best way to report on which users have the Service Cloud User box checked on their user record? That field isn't available in any of my reports or in user list views. I also tried using Data Loader and the field isn't there.
5 个回答
Hi Debra,
The API for that checkbox field is UserPermissionsSupportUser, so you should be able to use a SOQL query in SF Inspector: SELECT ID Where UserPermissionsSupportUser = TRUE