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

Server

Parameters

_userLicenseType
Type: UserLicenseType Enumeration
The UserLicenseType enum

Return Value

Type: container
A container with the current count and valid from datetime for the number of user licensed.
Show: