CPQ API QuoteLineModel

The Quote Line model represents a quote line data model in Salesforce CPQ.

Required Editions
Available in: Salesforce CPQ Summer ’16 and later
NameTypeDescription
recordSBQQ__QuoteLine__cThe record that this model represents.
amountDiscountProratedBooleanCorresponds to SBQQ__QuoteLine__c.ProrateAmountDiscount__c.
parentGroupKeyIntegerThe unique key of this line’s group, if this line is part of a grouped quote.
parentItemKeyIntegerThe unique key of this line’s parent, if this line is part of a bundle.
keyIntegerEach quote line and group has a key that is unique amongst all other keys in the same quote.
upliftableBooleanTrue if this line is an MDQ segment that can be uplifted from a previous segment.
configurationTypeStringIndicates the configuration type of the product that this line represents.
configurationEventStringIndicates the configuration event of the product that this line represents.
reconfigurationDisabledBooleanIf true, this line cannot be reconfigured.
descriptionLockedBooleanIf true, this line’s description cannot be changed.
productQuantityEditableBooleanIf true, this line’s quantity is editable.
productQuantityScaleDecimalThe number of decimal places used for rounding this line’s quantity.
dimensionTypeStringThe type of MDQ dimension that this line represents.
productHasDimensionsBooleanIf true, the underlying product can be represented as a multidimensional line.
targetCustomerAmountDecimalThe unit price forwhich this quote line is discounted.
targetCustomerTotalDecimalThe customer amount for which this quote line is discounted.