Skip to main content
I ran this query  in the Developer Console as instructed in the "Help Docs":

 

SELECT toLabel(LocaleSidKey) LocaleName, LocaleSidKey, Count(id) UserCount FROM User where IsActive=true GROUP BY LocaleSidKey

 

The results were:

 

LocaleSidKey: en_US    count(id): 18

 

So what is this telling me? Who/what are these 18 users, and how do I identify them? Thank you for any guidance you can provide.

 

 
6 answers
Loading
  1. Sep 28, 2022, 8:35 AM

    after enabling, how can i check whether my org is impacted or not

0/9000