Responsibility center

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?

Answers

  • KishormKishorm Member Posts: 921
    In that scenario you would get a message telling you that the customer's responsibility center is different and that the document will be processed in the user's responsibility center - it's a sort of warning.

    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.
Sign In or Register to comment.