Licenses
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
A license is required when you install Microsoft Dynamics CRM. It specifies how many users can be enabled. If a user is disabled, the license for that user is released and can be used by another user. The type of license for a user can be found in the systemuser.accessmode property. This property is a picklist that can have one of the following values found in the SystemUserAccessMode class.
| Field | Value | Description |
| Full | 0 | Specifies full access. |
| ReadOnly | 2 | Specifies read-only access. |
| SetupUser | 1 | Specifies the administrative user with access to run setup. |
| SupportUser | 3 | Specifies a user with access to perform support operations. |
If a user has administrator access mode, the systemuser.setupuser property will contain the value Yes.
A server license will only check whether you can install the software. A client access license (CAL) will determine how many users can access the Microsoft Dynamics CRM server after it is installed. The type of license also determines the number of users allowed for each access mode.
| License | Number of Users Allowed |
| Workgroup | 5 full users
0 read-only users Unlimited administrative users |
| Professional
Enterprise |
Unlimited full users
Unlimited read-only users Unlimited administrative users |
See Also
Concepts
Other Resources
.gif)