Hello,
I am a beginner and have just started using Dynamics 365 BC and the AL programming language. I have a local version installed on my PC, which I believe is called On-Premises. I access the main page by entering localhost:8080/BC2030 in my browser.
I also have LS Central installed but am not sure how it relates to BC and the overall setup on my system. I thought it might be useful to provide some context about my setup as it might be the reason for the issues I am experiencing.
I am following the development of an extension from the book "Dynamics 365 Business Central Development Quick Start Guide." After setting up the tables for the extension, which you can see HERE and HERE, the authors proceed to create the related list pages to display the categories and gifts as lists. The list page for the categories is HERE.
However, when I try to use field(No; No)..., field(Description; Description)... in VS Code, it produces the error "The name 'No' does not exist in the current context".

,
even though you can see that the Source Table is recognized.
Any suggestions why this is case and how I could try to solve it. Thanks!