Hi,
I have created a table 50000 Test in CAL, so Development environment.
Then I move to VS Code, create new project download symbols, but the table 50000 Test can not be seen or referenced at all.
It is like it does not exist at all ?!?!
The same with fields . I have added some fields in 50000 range on the Customer table in CAL.
Now when I start VS code and download the symbols, and try to reference the fields from customer table in the range 50000 , they just do not appear. It is like they do not exist at all.
It seems that extension can only be used to extend base app tables/fields or another extension ?
Is there a way that I can reference CAL customised fields or tables in an extension.
The app.json option is set to "target": "Internal" .
The issue is in BC14 so Spring edition Cu3
Thanks for your help.
0
Answers
When you do hybrid development you need to build symbols for your custom tables.
In my point of view the easiest is to add "generatesymbolreference=1" to your finsql.exe shortcut. that will automatical generate symbol when you compile an object in C/Side
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-running-cside-and-al-side-by-side