Overview:
A user sets the same Discount percentage for different Products (Ex: 15%). The Order Total Discount is different (Ex: 14.99%).
Root Cause:
On the Order Header, the following formula is used to calculate the Total Discount:
100 - ((Net Amount / List Amount) *100) |
Mathematically, the result is 14.99%.
Solution:
This is working as designed. Total Discount is rounded to two decimal places.
Related Documentation:
CRM Help Documentation: Discount Rules
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you