Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
SELECT PackageLicense.ExpirationDate, PackageLicense.NamespacePrefix, UserId FROM UserPackageLicense WHERE UserId = '005...'
If you are talking about package license expiration, try the following:
UserPackageLicense contains the linkage between user and package licence. The PackageLicense contains the expiration date.
Regards,
MKR