AL icon indicating copy to clipboard operation
AL copied to clipboard

False positive AA0210 on CustomTable SystemId SetRange

Open passion4dev opened this issue 9 months ago • 0 comments

1. Describe the bug As far as I now there's always a unique secondary key on the SystemId field of every table. However on a CustomTable.SetRange(SystemId, ) CodeCop generates the following info message: info AA0210: The table does not contain a key with the field SystemId.

2. To Reproduce MyTable.SetRange(SystemId, AnySystemId)

Internal work item: AB#573704

passion4dev avatar Apr 03 '25 06:04 passion4dev