#SOQL Statement0 人がディスカッション中
- 最近の活動
- 作成日
- おすすめ
- すべての質問
- 承認された回答がある質問
- 未回答の質問
- 承認された回答がない質問
お気に入り
In the DEV Console Admins can use this SOQL statement to see what users have the LEX Permission set to True .
SELECT Name, PermissionsLightningExperienceUser FROM Profile where PermissionsLightningExperienceUser = True
Hope this helps!