FAQ: Set up
This section contains frequently asked questions related to ServiceMax installation and setup.
Question
Answer
What is the significance of the ServiceMax User check box on the User Detail page?
How many of the users who have been assigned a ServiceMax license are using the ServiceMax features?
At present, there is no way to know the number of users who are using ServiceMax features. However, you can know the number of users who have a ServiceMax license by using the following SOQL query:
SELECT UserId, PackageLicense.NamespacePrefix FROM UserPackageLicense
where PackageLicense.NamespacePrefix ='SVMXC'
Was this helpful?