Tuesday, February 26, 2019

Dynamics NAV - Custom objects 50000 not showing up in VSCode symbol references



  • https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-running-cside-and-al-side-by-side
    • NAV Service>Development
      • Enable loading application symbol references at server startup = true
      • restart service
    • Add this option to your NAV development shortcut
    • "C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\130\RoleTailored Client\finsql.exe" generatesymbolreference=yes
      • Close and relaunch finsql
      • This will update the symbol references every time you MAKE A CHANGE to the CAL and RECOMPILE
      • If you just change object id's or descriptions, this is not detected as a change, and the symbol references are not updated
    • In VSCode, Ensure you have compiled all objects in NAV
      • Restart NAV Instance
      • AL:Download Symbols to update VSCode with object names from NAV

No comments:

Post a Comment