Analyzer
PlatformCop
Issue type
False positive (diagnostic fires when it shouldn't)
Rule ID
PC0030
Description
As per PC0030 documention, I would expect a RecordRef.GetBySystemId to not trigger this diagnostic.
AL code to reproduce
procedure Test()
var
RecRef: RecordRef;
Guid: Guid;
begin
RecRef.Open(Database::Customer);
RecRef.GetBySystemId(Guid); // This lines triggers PC0030
end;
Additional context
No response
Analyzer
PlatformCop
Issue type
False positive (diagnostic fires when it shouldn't)
Rule ID
PC0030
Description
As per PC0030 documention, I would expect a RecordRef.GetBySystemId to not trigger this diagnostic.
AL code to reproduce
Additional context
No response