-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPag50211.SCPostTransactionsBatch.al
79 lines (73 loc) · 2.25 KB
/
Pag50211.SCPostTransactionsBatch.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
page 50211 "SC Post Transactions Batch"
{
PageType = API;
Caption = 'SC Post Transactions Batch';
APIPublisher = 'EthanSorenson';
APIGroup = 'sc';
APIVersion = 'v1.0';
EntityName = 'SCPostTransactionsBatch';
EntitySetName = 'SCPostTransactionsBatch';
SourceTable = "SC Post Transactions";
SourceTableTemporary = true;
DelayedInsert = true;
//ODataKeyFields = SystemId;
DeleteAllowed = true;
ModifyAllowed = false;
layout
{
area(Content)
{
group(Settings)
{
field(Ship; ShipReq)
{
ApplicationArea = All;
Caption = 'Ship';
}
field(Invoice; InvReq)
{
ApplicationArea = All;
Caption = 'Invoice';
}
field(PostingDate; PostingDateReq)
{
ApplicationArea = All;
Caption = 'PostingDate';
}
field(ReplacePostingDate; ReplacePostingDate)
{
ApplicationArea = All;
Caption = 'ReplacePostingDate';
}
field(ReplaceDocumentDate; ReplaceDocumentDate)
{
ApplicationArea = All;
Caption = 'ReplaceDocumentDate';
}
field("CalcInvDiscount"; CalcInvDisc)
{
ApplicationArea = All;
Caption = 'CalcInvDiscount';
}
field("DocumentType"; DocumentType)
{
ApplicationArea = All;
Caption = 'DocumentType';
ShowMandatory = true;
}
field("DocumentDateFrom"; DateFromFilter)
{
ApplicationArea = All;
Caption = 'DateFrom';
ShowMandatory = true;
}
field("DocumentDateTo"; DateToFilter)
{
ApplicationArea = All;
Caption = 'DateTo';
ShowMandatory = true;
}
}
}
}
}