Hi,
Suppose if i have three companies in navision (ex A,B,C). The item No.(ex 111) in the A company can be able to reflect in the B and C company.
In the B and C company the same item No should not be reflected. Is it possible. Can anyone help me out?
Jai
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
IF there are three companies as A,B,C. Each company have the item master table.
Suppose if the company A starts with the No series ITM001.
If the company B is going to insert the new item No that must be ITM002.
If the company C is going to insert the new item No that must be ITM003.
Again if company A is going to insert the new item that must start with ITM004.
That is, the Item No series must be related to these three companies.
Can anyone help me out?
Copy also the NoSeriesManagement-codeunit and in the new codeunit, change all tables to use your new tables.
In the Item-table, use the new codeunit to get a new number.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks for the reply. But can u able to explain me elaboratly.
2) Copy codeunit NoSeriesManagment but let them point to the new tables created in 1)
3) in the OnInsert-trigger of table Item: in stead of using the standard codeunit NoSeriesManagment, you should use your new codeunit created in 2)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!