-
### Describe the request
To implement a complex change in the calculation of the service ledger entry, i need the following four events. Please add them, if possible.
```
procedure InsertMultipleSe…
-
### Describe the request
Please add new event
```
procedure CheckItemJnlLineLocation(var ItemJournalLine: Record "Item Journal Line"; xItemJournalLine: Record "Item Journal Line")
var
Whs…
-
**1. Describe the bug**
Even when you have `"breakOnError": "All"` in launch.json, debugger still don't stop on the `error` statement if it is a collectible error.
There is an option to skip errors …
-
### Question
We're using more and more Unit Tests, but with regards to how it works with testing APIs (built into BC, either standard or our own custom APIs) in the AL-Go build process I'm a bit stuc…
-
The issue initially found when observing documentation panel bug, but it also happens in regular code editor. It seems to be caused by incorrect handling of Unicode inside of engine.
Example of usage…
-
**Describe the issue**
`Run-TestsInBCContainer` (and to some extent also `Get-TestsFromBcContainer`) sometimes fail to load the tests into the test suite even though test codeunits exist on the serve…
-
Hi,
I'm making CI/CD for some legacy NAV 2018 project which uses a lot of local language code/text values and met strange issue related to compilation in container.
**Repros**
1. Make a container
``…
-
### Feature description
hello, I saw that DocFx has a property to make event methods and other visible that are private (includePrivateMembers). Is it possible to include this parameter in ALDOC as w…
-
Create a new interface:
```
interface MyInterface
{
procedure MyProcedure() NewItemNo: Code[20]
}
```
Use the **New AL File Wizard** to create a codeunit that implements `MyInterface`. …
-
### Describe the request
Hello colleagues,
We want to call the GetSelectionFilter function when Security Filters are applied to a user's permissions. However, in this case, it doesn???t work and show…