ENTITLEMENT_DIMENSION
The Entitlement dimension stores data about entitlements. .
Columns |
Type |
Length |
Description |
ID |
numeric |
19 |
This is the primary key. |
ENTITLEMENT_ID |
numeric |
19 |
The entitlement ID. |
TENANT_ID |
nvarchar |
255 |
The tenant ID data for the entitlement. |
SHIP_TO_EMAIL |
nvarchar |
1024 |
The email to which the entitlement should be shipped. SHIP_TO_EMAIL can be null. |
SHIP_TO_ADDRESS |
nvarchar |
1000 |
The address to which the entitlement should be shipped. SHIP_TO_ADDRESS can be null. |
COMMENTS |
nvarchar |
2000 |
Description about the entitlement. COMMENTS can be null. |