0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【個人メモ】便利SOQL

Posted at

組織情報

使用中のライセンス一覧

select Id, Name, UsedLicenses, TotalLicenses, Status, LicenseDefinitionKey from UserLicense Order by Status

ユーザーに割り当て済みのプロファイル名とライセンス一覧

Select Name, IsActive, Profile.Name, Profile.UserLicense.Name, Profile.UserLicense.LicenseDefinitionKey, Profile.UserLicense.TotalLicenses, Profile.UserLicense.UsedLicenses, Profile.UserLicense.status 
From User 
Order BY Profile.Name DESC
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?