Having Trouble with Merge Tool

A table has two new fields in the customized version, which they cannot be found in the base version. This table has some impact on a codeunit. Suprisingly, the merge tool cannot detect the differences. What should I do in order to make the merge tool list them as “they are different”? Thanks in advance. Sylvia Tsang

Hi, this is sound strange. Did you run compare function? Valentin Gvozdev BMI Inc. Edited by - Valentin Gvozdev on 2001 Apr 29 05:14:17

Off topic. This forum (NF Tools) is for posting your own tools for the use of other members. Topic moved to NF Development. Best regards, Erik P. Ernst, webmaster Navision Online User Group

Which table are you refering to? which kind of changes it has got? Usually there are no problems with codeunits when adding new fields to a table, inclusively when those tables are really important in the codeunit’s working: for example, sales header or sales lines tables are really important in codeunit 90, but you can add new fields and add those fields too to the historical sales tables without problems just by having care on asignating the same numbers to the fields (codeunit 90 will use transferfield when registering an invoice, so you don’t need to modify it when adding the new fields). If all “modification” code is done in the table there is usually not need to modify on codeunits. It’s different when the modifications on the table are values needed for the codeunits new functionallity… – Alfonso Pertierra apertierra@teleline.es Spain