forked from microsoft/ALAppExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHybridGPEdit.PermissionSet.al
118 lines (115 loc) · 5.93 KB
/
HybridGPEdit.PermissionSet.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
namespace Microsoft.DataMigration.GP;
permissionset 4031 "HybridGP - Edit"
{
Assignable = false;
Access = Public;
Caption = 'HybridGP" - Edit';
IncludedPermissionSets = "HybridGP - Read";
Permissions = tabledata "GP Account" = IMD,
tabledata "GP Fiscal Periods" = IMD,
tabledata "GP GLTransactions" = IMD,
tabledata "GP Customer" = IMD,
tabledata "GP Customer Transactions" = IMD,
tabledata "GPIVBinQtyTransferHist" = IMD,
tabledata "GPIVDistributionHist" = IMD,
tabledata "GPIVLotAttributeHist" = IMD,
tabledata "GPIVSerialLotNumberHist" = IMD,
tabledata "GPIVTrxAmountsHist" = IMD,
tabledata "GPIVTrxBinQtyHist" = IMD,
tabledata "GPIVTrxDetailHist" = IMD,
tabledata "GPIVTrxHist" = IMD,
tabledata "GPPMHist" = IMD,
tabledata "GPPOPBinQtyHist" = IMD,
tabledata "GPPOPDistributionHist" = IMD,
tabledata "GPPOPLandedCostHist" = IMD,
tabledata "GPPOPPOHist" = IMD,
tabledata "GPPOPPOLineHist" = IMD,
tabledata "GPPOPPOTaxHist" = IMD,
tabledata "GPPOPReceiptApply" = IMD,
tabledata "GPPOPReceiptHist" = IMD,
tabledata "GPPOPReceiptLineHist" = IMD,
tabledata "GPPOPSerialLotHist" = IMD,
tabledata "GPPOPTaxHist" = IMD,
tabledata "GPRMHist" = IMD,
tabledata "GPRMOpen" = IMD,
tabledata "GPSOPBinQuantityWorkHist" = IMD,
tabledata "GPSOPCommissionsWorkHist" = IMD,
tabledata "GPSOPDepositHist" = IMD,
tabledata "GPSOPDistributionWorkHist" = IMD,
tabledata "GPSOPLineCommentWorkHist" = IMD,
tabledata "GPSOPPaymentWorkHist" = IMD,
tabledata "GPSOPProcessHoldWorkHist" = IMD,
tabledata "GPSOPSerialLotWorkHist" = IMD,
tabledata "GPSOPTaxesWorkHist" = IMD,
tabledata "GPSOPTrackingNumbersWorkHist" = IMD,
tabledata "GPSOPTrxAmountsHist" = IMD,
tabledata "GPSOPTrxHist" = IMD,
tabledata "GPSOPUserDefinedWorkHist" = IMD,
tabledata "GPSOPWorkflowWorkHist" = IMD,
tabledata "GPForecastTemp" = IMD,
tabledata "GP Item" = IMD,
tabledata "GP Item Location" = IMD,
tabledata "GP Item Transactions" = IMD,
tabledata "GP Codes" = IMD,
tabledata "GP Configuration" = IMD,
tabledata "GP Payment Terms" = IMD,
tabledata "GP Posting Accounts" = IMD,
tabledata "GP Segments" = IMD,
tabledata "GP Bank MSTR" = IMD,
tabledata "GP Checkbook MSTR" = IMD,
tabledata "GP Checkbook Transactions" = IMD,
tabledata "GP Vendor" = IMD,
tabledata "GP Vendor Transactions" = IMD,
tabledata "GP Company Migration Settings" = IMD,
tabledata "GP Migration Errors" = IMD,
tabledata "GP Segment Name" = IMD,
tabledata "GP Company Additional Settings" = IMD,
tabledata "GP SY40100" = IMD,
tabledata "GP SY40101" = IMD,
tabledata "GP CM20600" = IMD,
tabledata "GP MC40200" = IMD,
tabledata "GP SY06000" = IMD,
tabledata "GP PM00100" = IMD,
tabledata "GP PM00200" = IMD,
tabledata "GP RM00101" = IMD,
tabledata "GP RM00201" = IMD,
tabledata "GP GL00100" = IMD,
tabledata "GP GL10110" = IMD,
tabledata "GP GL10111" = IMD,
tabledata "GP GL40200" = IMD,
tabledata "GP IV00101" = IMD,
tabledata "GP IV00102" = IMD,
tabledata "GP IV00105" = IMD,
tabledata "GP IV00200" = IMD,
tabledata "GP IV00300" = IMD,
tabledata "GP IV10200" = IMD,
tabledata "GP IV40201" = IMD,
tabledata "GP IV40400" = IMD,
tabledata "GP MC40000" = IMD,
tabledata "GP PM00201" = IMD,
tabledata "GP PM20000" = IMD,
tabledata "GP RM00103" = IMD,
tabledata "GP RM20101" = IMD,
tabledata "GP SY00300" = IMD,
tabledata "GP SY01100" = IMD,
tabledata "GP SY01200" = IMD,
tabledata "GP SY03300" = IMD,
tabledata "GP GL00105" = IMD,
tabledata "GP GL20000" = IMD,
tabledata "GP GL30000" = IMD,
tabledata "GP BM30200" = IMD,
tabledata "GP Hist. Source Progress" = IMD,
tabledata "GP Hist. Source Error" = IMD,
tabledata "GP POP10100" = IMD,
tabledata "GP POP10110" = IMD,
tabledata "GP PM00204" = IMD,
tabledata "GP Upgrade Settings" = IMD,
tabledata "GP Migration Error Overview" = IMD,
tabledata "GP Known Countries" = IMD,
tabledata "GP PM10200" = IMD,
tabledata "GP PM30300" = IMD,
tabledata "GP RM20201" = IMD,
tabledata "GP RM30201" = IMD,
tabledata "GP Migration Warnings" = IMD,
tabledata "GP IV00104" = IMD;
}