Pricing Modifer - Apply two modifier together
Advanced Pricing EBS 12.2.11
I have a requirement to give discount of certain percentage and then round off the value to keep no decimal point.
- Created one modifier with application method percent and given the %.
- Created the second modifier (ORacle Note 298140.1) with Formula with round(1), new price.
Used bucket to order the application.
Issue : WHen the second modifier getting triggered it is considering the original price for round off instead of the discounted price.
Kindly let me know if i am missing something