LC0060 - StefanMaron/BusinessCentral.LinterCop GitHub Wiki

The ApplicationArea property is not applicable to API pages.

The property ApplicationArea does not play a role in API pages, so it can be skipped.

page 50100 MyApiPage
{
    PageType = API;
    
    field(id; Rec.SystemId)
    {
         ApplicationArea = All; // The 'ApplicationArea' property is not applicable to API pages.
         Caption = 'id';
    }
}

External references