PRODUCT_CUSTOM_ATTR
The Product Custom Attributes table holds all the custom attributes belonging to products.
Columns |
Type |
Length |
Description |
ID |
numeric |
19 |
A 19-digit unique identifier of the device record as defined in FlexNet Operations. The ID is the primary key for the Product custom attribute. |
PRODUCT_ID |
numeric |
19 |
A 19-digit unique identifier of the product. PRODUCT_ID is a foreign key to the PRODUCT_DIMENSION table. |
TENANT_ID |
varchar |
255 |
The tenant ID data for the product. |
CA1_NAME CA2_NAME . CA30_NAME |
varchar |
255 |
The Name/Value pairs of the Product custom attribute. |