AL
AL copied to clipboard
False positive AA0210 on CustomTable SystemId SetRange
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