Skip to content
Arthur van de Vondervoort edited this page Jul 6, 2024 · 3 revisions

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

Clone this wiki locally