LC0008 - StefanMaron/BusinessCentral.LinterCop GitHub Wiki
LC0008 - Filter operators should not be used in SetRange
While development, its not unusual to switch between SetRange
and SetFilter
.
To not use a filter expression with SetRange
by accident, this warning was created.
If you pass a string containing any of those signs <>..*&|
into a SetRange
the warning will show up.