Analyzer
PlatformCop
Issue type
False positive (diagnostic fires when it shouldn't)
Rule ID
PC0030
Description
I like the new rule and it helps improve the performance. But as I can see it shows on setup tables too, which afaik shouldn't use SetLoadFields as there is no benefit of doing it.
Is there a way to exclude those without having to use pragma everywhere?
AL code to reproduce
var
MarketingSetup: Record "Marketing Setup";
begin
MarketingSetup.Get();
Additional context
No response
Analyzer
PlatformCop
Issue type
False positive (diagnostic fires when it shouldn't)
Rule ID
PC0030
Description
I like the new rule and it helps improve the performance. But as I can see it shows on setup tables too, which afaik shouldn't use SetLoadFields as there is no benefit of doing it.
Is there a way to exclude those without having to use pragma everywhere?
AL code to reproduce
Additional context
No response