Skip to content

CcpBasicProduct

CCP Basic Product information.

erDiagram
    CcpManufacturer ||--o{ CcpBasicProduct : "CcpManufacturerID"
    CcpProductFamily ||--o{ CcpBasicProduct : "CcpProductFamilyID"
    CcpBasicProduct ||--o{ CcpBasicProductProduct : "BasicProductKey"

Fields

Field Type Description
BasicProductId numeric The ccp defined basic product id
BasicProductKey numeric
BasicProductName string
CcpManufacturerID numeric Internal ID that references the CcpManufacturer entity (Foreign Key)
CcpProductFamilyID numeric Internal ID that references the CcpProductFamily entity (Foreign Key)
Created datetime
Edition string
ID numeric Internal ID for the CcpBasicProduct entity (Primary Key)
LanguageId numeric
PlatformId numeric
SoftwareProductFlag boolean
Version string
VersionRank numeric

References

Column Name Referenced Table Description
CcpManufacturerID CcpManufacturer CCP Manufacturer information
CcpProductFamilyID CcpProductFamily CCP Product Family information

Referenced by

Table Column Name Description
CcpBasicProductProduct BasicProductKey CCP Basic Product to Product mapping