Hello,
Suppose a responsibility center X is set for user1, and we have a customer of Responsibility center Y, if user1 wants to make a sales order for this customer, it will be processed in Responsibility center X and not in Y. In this case why do we set a responsibility center for the customers?
0
Answers
If you want to stop this from happening then you can make a very simple code change in codeunit 5700 "User Setup Management". Just change the MESSAGE to an ERROR in function GetRespCenter - now it will not allow you to select a customer belonging to a different responsibility center.