Hi there,
After upgrade from NAV 2009 to Dynamics BC, when I try to use some of the custom fields (50000+) in Visual Studio Code from any of the tables, none of this fields doesn't exist in Visual Studio Code when I try to use them from instance variable of that table. Any experience?
Best Regards
0
Answers
Try added " generatesymbolreference=1" to your finSQL.exe and set you service tier with "Enable developer service endpoint + Enable loading application symbol referance at startup"
After you compile your database you should be ably to download symbol in vscode, and acces to your 50xxx fields :-)
The problem was solved when I open the DevEnv with CMD command: location\finsql.exe generatesymbolreference=1and I've compiled the database and synchronized with validation. After redownloading symbols (downloading took a little longer this time) all custom fields was there.
Best Regards