Hi All,
I got the error message when i was going to insert one new record. this table is created by myself. the table name is Prodcut Line
the error is:
You cannot rename a record because the old value of the field below is '',
Field: Code
Table:Product Line
I dont know how to solve this error.
Thanks for Help!!!!!!!!
Tisa
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
i think there should be a record containing '' (blank) value in primary key.
check it.
Rajesh Patel
For more help, let us see your code.
regards
Navision does not allow you to rename blank records. the reason for this is historical, and goes back to the way Navision handles the deletion of Items, Customers etc, by marking all the existing entries as blank. Even though this was a function of the Native database in DOS, it has survived to today for compatibility reasons, and is even implemented in SQL.
my solution just said the code field to not blank.