Skip to main content
My users are complaining that the quote line editor is slow and I'm concerned that it may be the price rules that I have. There are about 125 of them but they are not all required all the time as a lot of them are specific only to certain product families. I'm concerned that the quote line editor checking against 125 rules during every calculation is causing slow downs. Is there a best practice to optimize price rules or the quote line editor to help speed it up?
2 respuestas
  1. 12 jul 2018, 14:34
    A lot of my price rules control booleans on the Quote object that check to see if a summary variable that counts a certain product is non-zero. This allows me to have conditional template content. Will simply checking all of these summary variables cause slow downs?

     

    My system is set up in a such a way that for each quote you can only have one product family. So price rules for Product Families B and C are not needed to fire at all when my quote is for Product Family A. If I add a price condition on each price rule that checks for the proper Product Family in use would this improve performance?
0/9000