-
Notifications
You must be signed in to change notification settings - Fork 31
LC0060
Arthur van de Vondervoort edited this page Jul 6, 2024
·
3 revisions
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';
}
}