Global CHANGECOMPANY

Does anybody have any suggestions on how to post orders from a NAS client to different companies. Here’s what I’m trying to do… I have a NAS client that listens to reqests from a web site. And this web site “talks” to several companies in Navision thru heavy use of CHANGECOMPANY. In most cases this works fine, but when we get to posting for instance orders in Navision this gets complicated. Because Codeunit 80 calls a bunch of different functions and uses several tables. What I really would love is to be able to changecompany globall within the current client, then my problem would be solved. But no such thing exists as far as I know. Any help would be appreciated!

You must install a NAS Service for each company in the database. Although I’m sure you could get around this with a great deal of progamming time, this will be the easiest solution in the long run. This is right from the Installation Guide.

Hi, Look to the solution of Lars Westman in this topic: http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=8533 Viktoras