Skip to main content

Pricing Set

Container for Pricing Thresholds to use in product pricing.

API NameLabelDescription
Base_Price__cBase PricePrice to apply even before going through Threshold logic
Custom_Base_Price_Formula__cCustom Base Price FormulaFormula used for Base Price. If populated, the Base Price field is disregarded. Valid only for numbers, operators (+ - * /) and piped info: QuoteLineItem field: {%Field_API_Name%}. QuoteLineItem summaries: {%Products.Field_API_Name:Add|Subtract|Multiply|Divide|Max|Min|Count:Filter_Field_API_Name:Equals|Does not equal|Greater than|Greater than or equal|Less than|Less than or equal|Contains|Does not contain|Is empty|Is not empty:Filter_Value%}. Question Answers: {%Question.Variable_Name%}.
Custom_Prior_Tiering_Field_Formula__cCustom Prior Tiering Field FormulaFormula used for Prior Tiering Field. If populated, the Prior Tiering Field is disregarded. Valid only for numbers, operators (+ - * /) and piped info: QuoteLineItem field: {%Field_API_Name%}. QuoteLineItem summaries: {%Products.Field_API_Name:Add|Subtract|Multiply|Divide|Max|Min|Count:Filter_Field_API_Name:Equals|Does not equal|Greater than|Greater than or equal|Less than|Less than or equal|Contains|Does not contain|Is empty|Is not empty:Filter_Value%}. Question Answers: {%Question.Variable_Name%}.
Custom_Tiering_Field_Formula__cCustom Tiering Field FormulaFormula used for Tiering Field. If populated, the Tiering Field is disregarded. Valid only for numbers, operators (+ - * /) and piped info: QuoteLineItem field: {%Field_API_Name%}. QuoteLineItem summaries: {%Products.Field_API_Name:Add|Subtract|Multiply|Divide|Max|Min|Count:Filter_Field_API_Name:Equals|Does not equal|Greater than|Greater than or equal|Less than|Less than or equal|Contains|Does not contain|Is empty|Is not empty:Filter_Value%}. Question Answers: {%Question.Variable_Name%}.
Identifier__cIdentifierUnique identifier to which Price Book Entries can map to utlize this Set
IsActive__cIs ActiveDetermines if set is active and should be utilized in CPQ
Pricebook__cPricebookPricebook to which the Set belongs
Pricing_Type__cPricing TypeDetermines behavior of underlying Threshold records. "Single Tier - Per Unit": the first Threshold that is met will set the price for all units of the Tiering Field. "Single Tier - Flat": the first Threshold that is met will set the price for the whole product as if the quantity were 1. "Cumulative - Per Unit": each Pricing Threshold that is met will set the price for the units of Tiering Field that correspond to its threshold.
Prior_Tiering_Field__cPrior Tiering FieldQuoteLineItem Field API Name that is used to determine the prior comparing value for the underlying Threshold records. If populated, the price will be determined by subtracting the calculated prior price from the new price. When using, it is recommended to have a Pricing Threshold defined with an Upper Bound of 0 to allow proper refunding.
Tiering_Field__cTiering FieldQuoteLineItem Field API Name that is used to determine the comparing value for the underlying Threshold records