Skip to main content
Solved

Sales order & Fixed price

  • 23 May 2024
  • 1 reply
  • 38 views

Hello,

I want to set up a fixed price for a customer so that the price is unchanged according to quantity.

In fact, the customer's exact requirement is that, depending on the quantity band, the price is either a fixed price or per unit:
- Band 1: <600 ==> fixed price
- Band 2: from 601 to 4000 ==> quantity rate
- Band 3: over 400 ==> quantitative rate

With the sales price screen, you can manage quantity-based prices for bands 2 and 3 by defining the price per unit, but how can you manage band 1 so that the price is always the same regardless of the quantity entered on the order line?

How can we manage this type of case with Flex, please?

Thank you in advance

1 reply

Userlevel 7
Badge +8

Hello @Mayssa2 , this use case would require a customization.  

 

If you would like a creative solution you can create a GI on SOLine that shows the value in the amount field of each SO line followed by a comparison to a calculated result.  If they do not match you can run an import scenario nightly to update the amount field with the calculated amount.  

 

A customization has an advantage of being proactive rather than retroactive, easier to configure, and more reliable due to the timespan between the Sales Order being entered and the nightly update of the amount field. 

Reply