Hello!
I get this error when trying to add a new field to the table (Table is between 50000 and 59999)
It says (could be translation error)
ERROR: Field [name of field] in table does not exist in SQL Server-Table or -view
There are no special characters in the table name, or any of the fields. (Saw this error in other posts)
However, these properties are put into effect:
LinkedObject: Yes
DataPerCompany: No
Could the problem be these properties?
What does LinkedObject do? (DataPerCompany is pretty self explanitory)
0
Answers
After more digging into this case i have found that this table is actually a view in the SQL database.
The question now is how do i change the view? Do i have to code it in the MSSql Man. studio or can i untick the Linked object property, add the field and then set it to yes again?
What will happen if i set the linked object to no, add the field and set it to yes again?
2. Add field in NAV, you don't need to tick Linked property. I think NAV map fields to view in run-time.
Follow my blog at http://x-dynamics.blogspot.com
FD Consulting
I have another question just for curiousity:
What is the reason for using a view and not a table? Is it a performance issue only?
There are many reasons, but you would need to ask the developer that did it as to why.
I have started a new post where we can discuss reasons for using a view
http://mibuso.com/forum/viewtopic.php?f=23&t=49914