Questions tagged [cpq-plugins]
The cpq-plugins tag has no summary.
22 questions
0 votes
0 answers
68 views
Looking for a way to mass segment/resegment MDQ line items in CPQ
We’re about to introduce a new product bundle that includes MDQ (Multi-Dimensional Quoting) products. In our use case, these MDQ products are sometimes sold with segmentation and sometimes without. ...
0 votes
0 answers
41 views
Issue with CPQ onBeforeCalculate Logic for Tier Violation
I’m working on a Salesforce CPQ QCP (Quote Calculator Plugin) where I need to enforce a rule for Enterprise product lines in ramped quotes with a subscription term > 12 months. Specifically, if the ...
0 votes
0 answers
16 views
Is there any way to avoid/replace localStorage on CPQ QCP?
I'm trying to force a CPQ calculation with Apex, but on the QCP I'm using the LocalStorage for another functionality, so when the calculation gets triggered from Apex, I'm getting an error that says ...
0 votes
1 answer
48 views
CPQ Plugins - Local Development Workflow?
Any cpq developers out here? I’m trying to streamline my dev workflow a bit when working with the JS plugins by using the CLI to save a local JS file into the SBQQ__CustomScript__c record, but I can’t ...
0 votes
0 answers
33 views
Handling of Negative Amendments with One-Time Discounts/Credits (OTD)
We have an issue involving the process of applying one-time discounts or credits (OTDs) in negative amendments. Currently, OTD SKUs are added after the amendment is processed, requiring additional ...
0 votes
0 answers
397 views
Salesforce CPQ inside Customer Community / Ecommerce site
My client is currentlty using a third party ecommerce site for pricing/simulation, and using Salesforce CPQ separately. He would like to replace the current custom pricer/simulator by CPQ, by adding ...
0 votes
1 answer
720 views
Would flows execute before QCP script?
This might be a fairly simple question but not much available documentation around it. I have a flow on SBQQ__Quote__c object which is making some field updates on related quote lines. I also have a ...
1 vote
1 answer
273 views
Conditional configuration of a CPQ Product as Bundle
We have a complex CPQ scenario that I would appreciate your inputs. We have 1 CPQ product (single record) that: For some types of quotes should appear as a bundle (with many product options and ...
0 votes
1 answer
779 views
Price Rules in Salesforce CPQ
I am trying to learn Salesforce CPQ Price rules. I am trying to create something like the following: If the Add on product added is more than 10 then the primary product quote line will have an ...
0 votes
1 answer
497 views
How to get only the selected lines from QLE in QCP context ? [Salesforce CPQ, QCP, JavaScript]
How to get only the selected lines from quote line editor in QCP context ? We can create additional checkbox field on quote lines and refer that, but client wants to use standard checkbox.
1 vote
1 answer
1k views
How to identify what action started QCP Calculator Plugin script in Salesforce CPQ?
I'm using a JS script as a plugin for QCP calculator to do some stuff after every change in Quote Edit Lines. Now I need to run the script only when user presses Calculate or Save button. The only ...
0 votes
1 answer
944 views
Update Quote line Grouping thru QCP
I have field in Quote line that looks up to the Quote line Group [groupA__c]. When that field is populated in the parent Quote line of a bundle, that bundle should be reassigned to the group indicated ...
0 votes
1 answer
1k views
CPQ JSForce Query
I am working with the CPQ Jvascript Calculator. I writing logic on BeforePriceRules. I will need to do a couple of Queries to get what I need. When I write my first Query the order of Operation of how ...
0 votes
1 answer
474 views
JavaScript CPQ Calculator Field not showing in Javascript Debugger Code
I am writing a custom Javascript script for CPQ. I created 2 new fields on QuoteLine. Product Type(pickList) and Target Price(currency). I filled data in on the record. I cant for some reason see ...
0 votes
1 answer
714 views
CPQ Javascript Maps
I am working with the CPQ Javascript Calculator. I need to update the Quote Line based on the product. I am versed in APEX more than I am in Javascript however in APEX I could do a SOQL Query that ...