-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pag50102.Pets.al
39 lines (36 loc) · 1000 Bytes
/
Pag50102.Pets.al
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
page 50102 Pets
{
ApplicationArea = All;
Caption = 'Pets';
PageType = List;
SourceTable = Pet;
UsageCategory = Lists;
PopulateAllFields = true;
CardPageId = Pet;
layout
{
area(content)
{
repeater(General)
{
field("Person No."; Rec."Person No.")
{
Editable = false;
ToolTip = 'Specifies the Person No..';
ApplicationArea = All;
}
field("Friend Id."; Rec."Friend Id.")
{
Editable = false;
ToolTip = 'Specifies the Friend Id..';
ApplicationArea = All;
}
field("Pet No."; Rec."Pet No.")
{
ToolTip = 'Specifies the Pet No..';
ApplicationArea = All;
}
}
}
}
}