Product Component Field Reference

The Product Component object is a junction object between a bundle and a product and used in product management for CT Orders. One product can be a part of different bundles.


Object API name: CTCPG_ProductComponent__c


Field API name Type Description

Bundle

Bundle2Id__c

Lookup(CT Product)

A bundle that includes the current Salesforce product.

Bundle

CTCPG__BundleId__c

Lookup(Product2)

A bundle that includes the current CT Product.

Multiplier

CTCPG__Multiplier__c

Number(18,0)

A multiplying factor sets the ratio for multiplying the number of products in the bundle.

Product

CTCPG__ProductId__c

Lookup(CT Product)

This is a lookup to store a CT Product identifier.

Product

Product2Id__c

Lookup(Product2)

This is a default lookup to the standard Product record in case of working with the CG Cloud solution.

The field must be manually created by the administrator.

``