Hi,
Let's play with the thought that I have a table change made in C/AL, that I need to access from A/L. How would I do this?
My experience is that sometimes it works, but sometimes it doesn't.
Steps:
New AL project.
Download Symbols from Service.
Able to see table changes in A/L.
Again, sometimes it works, but sometimes VS code looses track of the field, and the extension won't compile.
Any suggestions or experiences?
0
Answers
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-running-cside-and-al-side-by-side
Then you can acces all of the new fields and functions.
"The source of a Column or Filter must be a field defined on the table referenced by its parent DataItem [AL0345]"
Again, sometimes it works, (randomly), but most times it just displays the above error.
Added information: Running NAV 2018.
OK so I've tried running finsql.exe using generatesymbolreference=yes and half of the time it works, half of the time it doesn't Could there be some kind of delay?
How is your service tier configured?