Skip to content
Stefan Maroń edited this page Dec 19, 2021 · 1 revision

LC0001 - FlowFields should be set to Editable = false

Any Flowfield should be set to Editable = false. If the property is not present or set to True a warning will occur.

For any exceptions to this Rule you can set a pragma like this

#pragma warning disable LC0001
field(3; MyField; Decimal)
#pragma warning restore LC0001
{
...
}
Clone this wiki locally