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: CTPHARMA_ProductComponent__c
| Field | API name | Type | Description |
|---|---|---|---|
Bundle |
Bundle2Id__c |
Lookup(CT Product) |
A bundle that includes the current Salesforce product. The field must be manually created by the administrator. |
Bundle |
CTPHARMA__BundleId__c |
Lookup(Product2) |
A bundle that includes the current Pharma Product. |
Multiplier |
CTPHARMA__Multiplier__c |
Number(18,0) |
A multiplying factor sets the ratio for multiplying the number of products in the bundle. |
Product |
CTPHARMA__ProductId__c |
Lookup(CT Product) |
This is a lookup to store a Pharma 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. |