BusinessCentral.LinterCop
BusinessCentral.LinterCop copied to clipboard
Wrong warning LC0035 for Fields with Access Local/Protected
Currenlty LC0035 is triggered event for fields defined with Access Local or Protected.
field(30; "Client Secret Key"; Guid)
{
Access = Local;
Caption = 'Client Secret ID';
DataClassification = SystemMetaData;
}
This shouldn't be the case, since those fields cannot be added to pages.
Thanks! This is indeed a good improvement for this rule and is resolved in the (pre)release version of v0.30.16 of the LinterCop.
Version v0.30.16 of the LinterCop is now released. Is it possible to verify of the issue is now resolved?