Page 1 of 1

Fix Pricing

PostPosted: Thu Sep 27, 2018 2:44 pm
by Riyaz
Hi There

If the Fix Pricing checkbox is checked in quote, when we make a sales order out of it, it still pops up with "prices to be updated with current pricing details" , can we suppress this popup?

Re: Fix Pricing

PostPosted: Thu Sep 27, 2018 3:24 pm
by Scott.Pearce
The sales order form throws an event "UpdatingWithCurrentPricing" - set it's CancelEventArgs.Cancel = true and the message will not be shown.

Re: Fix Pricing

PostPosted: Thu Sep 27, 2018 4:56 pm
by Riyaz
Thanks Scott, we don’t want to suppress it all the time, only when the Fix pricing is checked on the sales quote. Can we check the sales quote had the fix pricing set when we create the sales order from it?

Also other question is, what does the fix pricing checkbo do?

Re: Fix Pricing  Topic is solved

PostPosted: Thu Sep 27, 2018 5:26 pm
by Scott.Pearce
1. You get passed a "QuoteHistoryID" parameter to the "UpdatingWithCurrentPricing" event. Use this value to read in the quote to see if fix pricing is checked on the quote or not.

2. As far as I can tell, if a line is FixPrice = true (this is inherited from the document fix price value at the time of adding), then a change of debtor does not affect the price (i.e. the new debtor may use a different price scheme and would normally get a different price for a given line).