microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
744 stars 245 forks source link

How to access CAL Customized object from AL ? #4663

Closed TharunMuthu closed 4 years ago

TharunMuthu commented 5 years ago

Hi All, How to access CAL Customized objects from AL ? Especially while migration time trying to move all data from CAL in to AL ! Note: I already generated Symbol using
finsql.exe Command=generatesymbolreference, Database="2015 to BS Upgrade", ServerName=localhost and got output from navcommandresult.txt (from folder C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\130\RoleTailored Client) with successfully but still i cannot able to access CAL Customized objects from AL !!!

Can you help me!!

thpeder commented 5 years ago

Hi @TharunMuthu,

I guess you followed the instructions in the docs: Running C/SIDE and AL Side-by-Side and enabled it on the server. Check if you have another set of Application symbols published to your server by running Get-NAVAppInfo -SymbolsOnly, if so then remove them by running Unpublish-NAVApp After that redownload the symbols in VSCode and make sure your don't have multiple versions of the application package in your package cache path since it will take the one with the highest version.