Commissions and Locking Out Percent Change on Sales Order

We have a setup where the Account Managers and Sales Managers, as a team, sell and service the customer account(s). Both the Account Manager and the Sales Manager get 1% each of each Sales order as a commission (2% total).

We can add the Account Manager to each Order, no problem, and it shows that they eat get 100% of 1%.

The Question: where/ and at what security level can we limit the Sales Team from being able to manually change the percentage? I’m sure it’s somewhere simple, but I haven’t come across it yet.

TIA

Unless there’s a setting I’m not familiar with (site config, company config, workforce, territories, or?), you could turn on tracing, change the %, and see what business object (BO) made the change. Then make a Pre method directive BPM on that BO to pop a warning box (‘No commission change for you!’) any time a change is made. I’m guessing it’s the SalesOrder.Update BO…

1 Like