Customers in different company

uri84uri84 Member Posts: 30
edited 2013-05-28 in NAV Three Tier
Hi,

I want to make a question ...
somebody can explain me more or less how can I create one customer to different companies at the same time automatically?

I have to use Changecompany function etc... right?

Thanks....

Comments

  • geordiegeordie Member Posts: 655
    You should develop some customized code in OnInsert trigger(with CHANGECOMPANY function, as you said) to "spread" the new customer in the other companies.

    Of course keep in mind to manage prepagation of changes on the customer: consider also the OnModify trigger.
Sign In or Register to comment.