Skip to main content

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.

@* Salesforce Administrators * @AdminHero.com Community

5 件の回答
  1. 2024年1月31日 19:58

    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

    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

0/9000