T_ENT_LINE_ITEM
|
Name |
Data Type |
Allows Null |
Description |
|
|---|---|---|---|---|
|
|
LineItemId |
int |
No |
Auto-generated unique ID |
|
|
ENTId |
int |
No |
Entitlement ID. References table T_ENT. |
|
|
Cost |
int |
No |
Not in use |
|
|
StartDate |
datetime |
No |
Start date of line item |
|
|
EndDate |
datetime |
No |
End date of line item |
|
|
isEnabled |
bit |
No |
Flag to specify whether line item is enabled |
|
|
LineItemState |
int |
No |
State of line item. 1 - Draft, 2 - Complete. |
|
|
LineItemType |
int |
No |
Type of line item. Determines whether line item is for Product key, Hardware key, or Protection key update. Reference table T_ENT_LINE_ITEM_TYPE. |
|
|
LicenseType |
int |
No |
Not in use |
|
|
quantity |
int |
No |
Not is use |
|
|
overrideAllowed |
bit |
No |
Not in use |
|
|
cascadeDates |
bit |
No |
Not is use |
|
|
VendorEnfId |
int |
No |
ID of Vendor enforcement. References table T_VENDOR_ENF. |
|
|
ProtectionTypeId |
int |
Yes |
Determines whether this line item is for HL, SL-Admin, SL-UserMode or cross lock. References table T_ENF_PROTECTION_TYPE. |
|
|
NumProductKeys |
int |
No |
Count of Product keys that are associated with this line item. |
|
|
NumActivationPerProductKey |
int |
No |
Number of activations that can be performed with each Product key associated with the line item. |
|
|
Priority |
varchar (2) |
Yes |
Determines the priority for the line item. |
| StationCount | int | No | Maximum number of machines allowed for concurrent access of license. | |
| MaximumRegistrationCount | int | Yes | The maximum number of machines that can be registered for an Entitlement. | |
| EndUserPermission | int | Yes | Permission provided to the end user (customer) on the license model attribute. 0 - None, 1 - Read, 2 -Read/Write. |
