Skip to content

CcpBasicProductProduct

CCP Basic Product to Product mapping.

erDiagram
    CcpBasicProduct ||--o{ CcpBasicProductProduct : "BasicProductKey"
    CcpProduct ||--o{ CcpBasicProductProduct : "ProductId"

Fields

Field Type Description
BasicProductId numeric
BasicProductKey numeric Internal ID that references the CcpBasicProduct entity (Foreign Key)
Created datetime
ID numeric Internal ID for the CcpBasicProductProduct entity (Primary Key)
LanguageId numeric
PlatformId numeric
ProductId numeric Internal ID that references the CcpProduct entity (Foreign Key)

References

Column Name Referenced Table Description
BasicProductKey CcpBasicProduct CCP Basic Product information
ProductId CcpProduct CCP Product information