PO Approvals
I have approval route setup as following
User A - 0
User B - 100
User C- 500
User D - 1000
Now, if user E enters an order of 50, then approval of User A is sufficient.
If User A enters order of 50, then approval of User B is required.
These two scenarios are accepted.
But, if User B enters order of 50, then approval of User C is required. As per me, since User A is authorised for approval upto 100, then whoever apart from User A enters order, the approval of User A should be sufficient.
Why JDE does not work in this way?