- I want to create a purchase agreement with the requirement like this:
- 0 - 1000 units (First 1000 units) of product A will get the discount of 10%
- 1001 - 2000 (Next 1000 units) of product A will get the discount of 15%
- 2001 - 3000 (Next 1000 units) of product A will get the discount of 20%
- And so on
- Each line of requirement will be a purchase agreement line (with the exact order)
- Then I create a first ever PO against the PA for 1500 units of product A.
- 1000 units will get the discount of 10%
- Remained 500 units will get the discount of 15%
Thank you so sharing.