Hi, good day
You must download the symbols.
Download symbols from BC Online Sandbox environment
Best Regards
Gerardo
"Statistical Acc. Journal Line"
table in your AL project but it's missing from symbol references, it's likely because this table is part of the Statistical Accounts extension by Microsoft, which is not included by default in symbol downloads.Go to Business Central → Extension Management
Check if "Statistical Accounts" is installed.
If not, install it from AppSource or publish it manually if you have the .app
file.
app.json
"dependencies": [
{
"appId": "GUID_HERE",
"name": "Statistical Accounts",
"publisher": "Microsoft",
"version": "x.x.x.x"
}
]
Open Command Palette (Ctrl+Shift+P
)
Run AL: Download Symbols
Once these steps are completed, the "Statistical Acc. Journal Line"
table should appear in IntelliSense and your project should compile without issuses.