Calculating Commissions based on Margin Percent?
We have the need to implement a commission structure where the commission rate is based on the profit margin %.
For example:
GP<=8%, 3%
GP>8% and <12%, 3%*0.25
GP>=12% and <15%, 3%*0.5
GP>=15%, 3%
For example:
GP<=8%, 3%
GP>8% and <12%, 3%*0.25
GP>=12% and <15%, 3%*0.5
GP>=15%, 3%
Is there any way to accomplish this within JDE E1 - 9.0?
0