Here is the scenario:
We’ve totally 6 companies in our system Nav 4.0 (sql server is the db). There is one similar general journal batch called “MonthPost” in all of the 6 companies (batch is same but, journal entries are different though). Currently, we’ve to get into each of those 6 companies to post the batch. Wondering is there a way to post the batch automatically in other entities when I post in one entity?
0
Comments
An entirely different approach may be to launch a batch of navision:// hyperlinks from the initiating entity.
I don't agree. You could build something along these lines using Job Queue, or better yet standalone NAS sessions. You just need to give some thought to the design. One issue would be how you handle a failed transaction.