-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPag50101.AIRCheckinstallprocessList.al
More file actions
41 lines (37 loc) · 1016 Bytes
/
Pag50101.AIRCheckinstallprocessList.al
File metadata and controls
41 lines (37 loc) · 1016 Bytes
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
40
41
page 50101 "AIR Check install process List"
{
PageType = List;
SourceTable = "AIR Check install process";
Caption = 'Check install process List';
ApplicationArea = All;
UsageCategory = Lists;
layout
{
area(content)
{
repeater(General)
{
field("Primary Key"; "Primary Key")
{
ApplicationArea = All;
}
field("Trigger"; "Trigger")
{
ApplicationArea = All;
}
field("Version Installing"; "Version Installing")
{
ApplicationArea = All;
}
field("Version Installed"; "Version Installed")
{
ApplicationArea = All;
}
field("Company Name"; "Company Name")
{
ApplicationArea = All;
}
}
}
}
}