Regarding Item Doubt

njaikunjaiku Member Posts: 116
edited 2007-02-22 in Navision Financials
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

Comments

  • krikikriki Member, Moderator Posts: 9,110
    What do you mean with "reflect"?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • njaikunjaiku Member Posts: 116
    Hi,

    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?
    Jai
  • krikikriki Member, Moderator Posts: 9,110
    You need to create new tables like the no. - series tables but with property DataPerCompany=No.
    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.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • njaikunjaiku Member Posts: 116
    Hi,

    Thanks for the reply. But can u able to explain me elaboratly.
    Jai
  • krikikriki Member, Moderator Posts: 9,110
    1)copy the tables for numberseries to a new number. These tables must have DataPerCompany=No. So each company uses the same dataset.
    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)
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.