ernestasjuska
ernestasjuska
Hi. The bug is still in here in 2022. I have tried to make this reproducible without referring to other apps. Example code: ```al codeunit 50100 "WordWordWordWord Word" { }...
Hi, we use the following way to group API pages: ```jsonc // in .vscode/settings.json or your.code-workspace "explorer.fileNesting.enabled": true, "explorer.fileNesting.expand": false, "explorer.fileNesting.patterns": { "*.report.al": "$(capture).report.rdl, $(capture).report.docx, $(capture).report.xlsx", "*.reportext.al": "$(capture).reportext.rdl, $(capture).reportext.docx, $(capture).reportext.xlsx",...
@microsoft-github-policy-service agree company="Softera Baltic"
@microsoft-github-policy-service agree
Hi, I also have troubles when obsoleting. I obsolete some fields & actions because of their name was missing suffix. I use reorganize on file save, so each time I...
Thanks. That was exactly what I need. :)
Hi. I also have this problem. Code for repro: https://github.com/ernestasjuska/BcLinterCop225. Workspace contains two folders MainApp and workspace root ("."). MainApp does not have any dependencies so you can compile it...
Hi, I am having the same problem. When source table name has period in it, it does not show any fields when using add multiple fields quick fix. _app.json_: ```json...
Hi, I think what you are looking for is this: ```al var MyTable: Record "My Table"; MyTableRecordRef: RecordRef; MyTableRecordRef.GetTable(MyTable); ``` `GetTable` is equivalent to `Copy`. This works with both normal...