CT Price Book Line Item Field Reference
The CT Price Book Line Item object contains data about a product in the price book (line item), and product quantity for delivery details.
Object API name: orders__PriceBookLineItem__c
| Field | API name | Type | Description |
|---|---|---|---|
Active |
orders__IsActive__c |
Checkbox |
If selected, the record is active and applied in business logic. |
External Id |
orders__ExternalId__c |
Text(255) (External ID) (Unique Case Sensitive) |
External identifier of the Price Book Line Item. |
List Price |
orders__ListPrice__c |
Currency (15, 3) |
Product price from the current price list. |
Max Quantity Per Delivery |
orders__MaxQuantityPerDelivery__c |
Number(18, 0) |
Max limit of products for delivery. The quantity must correspond to the Units in Package value. |
Min Quantity Per Delivery |
orders__MinQuantityPerDelivery__c |
Number(18, 0) |
Min limit of products for delivery. The quantity must correspond to the Units in Package value. |
Price Book |
orders__PriceBookId__c |
Lookup(CT Price Book) |
Standard catalog or custom catalog, where the product was added. |
Product |
orders__Product2Id__c |
Lookup(Product2) |
This is a default lookup to the standard Product record in case of working with the CG Cloud solution. |
Product |
ProductId__c |
Lookup(CT Product) |
This is a custom lookup to store a custom product identifier. Please create this field in case of using the custom CT Product or Pharma Product. |
Units Count Step |
orders__UnitsCountStep__c |
Number(18, 0) |
Multiplicity step in order cart. Must be divisible by the Units in Package value and also greater than that value. I.e. if you set Units in Package to 5, the Units Count Step must be at least 10. |