SysDictLicenseCode::getCurrentUserLicenseCount Method [AX 2012]
Use this method to query the number of users currently licensed
server public static container getCurrentUserLicenseCount(UserLicenseType _userLicenseType)
Run On
ServerParameters
- _userLicenseType
- Type: UserLicenseType Enumeration
The UserLicenseType enum
Return Value
Type: containerA container with the current count and valid from datetime for the number of user licensed.
Show: