@yousolution/node-red-contrib-you-sap-service-layer 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/data/package.json +1 -1
- package/nodes/closeSap.html +2 -2
- package/nodes/createSap.html +7 -7
- package/nodes/crossJoinSap.html +269 -263
- package/nodes/deleteSap.html +7 -7
- package/nodes/getSap.html +7 -7
- package/nodes/listSap.html +5 -5
- package/nodes/manipulateEntitySap.html +4 -4
- package/nodes/nextLink.html +1 -1
- package/nodes/patchSap.html +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/data/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@types/node-red": "^1.1.1",
|
|
8
|
-
"@yousolution/node-red-contrib-you-sap-service-layer": "file:yousolution-node-red-contrib-you-sap-service-layer-0.0.
|
|
8
|
+
"@yousolution/node-red-contrib-you-sap-service-layer": "file:yousolution-node-red-contrib-you-sap-service-layer-0.0.4.tgz",
|
|
9
9
|
"@yousolution/node-red-contrib-you-yousolution.cloud": "0.0.1",
|
|
10
10
|
"faker": "^6.6.6",
|
|
11
11
|
"node-red-contrib-sse-client": "~0.2.2",
|
package/nodes/closeSap.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
33
|
<div class="form-row">
|
|
34
|
-
<label for="node-input-type"><i class="fa fa-
|
|
34
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
35
35
|
<select name="node-input-entity" id="node-input-entity">
|
|
36
36
|
<option value="DeliveryNotes">DeliveryNotes</option>
|
|
37
37
|
<option value="Drafts">Drafts</option>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div class="form-row">
|
|
45
|
-
<label for="node-input-type"><i class="fa fa-
|
|
45
|
+
<label for="node-input-type"><i class="fa fa-key"></i> entityId</label>
|
|
46
46
|
<input type="text" id="node-input-entityId">
|
|
47
47
|
<input type="hidden" id="node-input-entityId-type">
|
|
48
48
|
</div>
|
package/nodes/createSap.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
|
|
63
63
|
<div class="form-row">
|
|
64
|
-
<label for="node-input-type"><i class="fa fa-
|
|
64
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
65
65
|
<select name="node-input-entity" id="node-input-entity">
|
|
66
66
|
<option value="AccountCategory">AccountCategory</option>
|
|
67
67
|
<option value="AccountSegmentations">AccountSegmentations</option>
|
|
@@ -305,33 +305,33 @@
|
|
|
305
305
|
</div>
|
|
306
306
|
|
|
307
307
|
<div class="form-row" style="display:none" id="container-udo">
|
|
308
|
-
<label for="node-input-udo"><i class="fa fa-
|
|
308
|
+
<label for="node-input-udo"><i class="fa fa-gears"></i> UDO</label>
|
|
309
309
|
<input type="text" id="node-input-udo" placeholder="UDO Name">
|
|
310
310
|
</div>
|
|
311
311
|
|
|
312
312
|
<div class="form-row" style="display:none" id="container-udt">
|
|
313
|
-
<label for="node-input-udt"><i class="fa fa-
|
|
313
|
+
<label for="node-input-udt"><i class="fa fa-gears"></i> UDT</label>
|
|
314
314
|
<input type="text" id="node-input-udt" placeholder="udt Name">
|
|
315
315
|
</div>
|
|
316
316
|
|
|
317
317
|
<div class="form-row" style="display:none" id="container-partnerName">
|
|
318
|
-
<label for="node-input-udpartnerName"><i class="fa fa-
|
|
318
|
+
<label for="node-input-udpartnerName"><i class="fa fa-gears"></i> PartnerName</label>
|
|
319
319
|
<input type="text" id="node-input-partnerName" placeholder="PartnerName">
|
|
320
320
|
</div>
|
|
321
321
|
|
|
322
322
|
<div class="form-row" style="display:none" id="container-scriptName">
|
|
323
|
-
<label for="node-input-scriptName"><i class="fa fa-
|
|
323
|
+
<label for="node-input-scriptName"><i class="fa fa-gears"></i> ScriptName</label>
|
|
324
324
|
<input type="text" id="node-input-scriptName" placeholder="ScriptName">
|
|
325
325
|
</div>
|
|
326
326
|
|
|
327
327
|
<div class="form-row">
|
|
328
|
-
<label for="node-input-type"><i class="fa fa-
|
|
328
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
329
329
|
<input type="text" id="node-input-headers">
|
|
330
330
|
<input type="hidden" id="node-input-headers-type">
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
333
|
<div class="form-row">
|
|
334
|
-
<label for="node-input-type"><i class="fa fa-
|
|
334
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> BodyPost</label>
|
|
335
335
|
<input type="text" id="node-input-bodyPost">
|
|
336
336
|
<input type="hidden" id="node-input-bodyPost-type">
|
|
337
337
|
</div>
|
package/nodes/crossJoinSap.html
CHANGED
|
@@ -36,267 +36,267 @@
|
|
|
36
36
|
value: 'nextLink'
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
$("#node-input-entity").typedInput({
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
// $("#node-input-entity").typedInput({
|
|
40
|
+
// types: [{
|
|
41
|
+
// value: "entity",
|
|
42
|
+
// multiple: "true",
|
|
43
|
+
// options: [
|
|
44
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
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
})
|
|
45
|
+
// { value: "AccountCategory", label: "AccountCategory"},
|
|
46
|
+
// { value: "AccountSegmentations", label: "AccountSegmentations"},
|
|
47
|
+
// { value: "AccrualTypes", label: "AccrualTypes"},
|
|
48
|
+
// { value: "Activities", label: "Activities"},
|
|
49
|
+
// { value: "ActivityLocations", label: "ActivityLocations"},
|
|
50
|
+
// { value: "ActivityRecipientLists", label: "ActivityRecipientLists"},
|
|
51
|
+
// { value: "ActivityStatuses", label: "ActivityStatuses"},
|
|
52
|
+
// { value: "ActivityTypes", label: "ActivityTypes"},
|
|
53
|
+
// { value: "AdditionalExpenses", label: "AdditionalExpenses"},
|
|
54
|
+
// { value: "AlertManagements", label: "AlertManagements"},
|
|
55
|
+
// { value: "ApprovalRequests", label: "ApprovalRequests"},
|
|
56
|
+
// { value: "ApprovalStages", label: "ApprovalStages"},
|
|
57
|
+
// { value: "ApprovalTemplates", label: "ApprovalTemplates"},
|
|
58
|
+
// { value: "AssetCapitalization", label: "AssetCapitalization"},
|
|
59
|
+
// { value: "AssetCapitalizationCreditMemo", label: "AssetCapitalizationCreditMemo"},
|
|
60
|
+
// { value: "AssetClasses", label: "AssetClasses"},
|
|
61
|
+
// { value: "AssetDepreciationGroups", label: "AssetDepreciationGroups"},
|
|
62
|
+
// { value: "AssetGroups", label: "AssetGroups"},
|
|
63
|
+
// { value: "AssetManualDepreciation", label: "AssetManualDepreciation"},
|
|
64
|
+
// { value: "AssetRetirement", label: "AssetRetirement"},
|
|
65
|
+
// { value: "AssetTransfer", label: "AssetTransfer"},
|
|
66
|
+
// { value: "Attachments2", label: "Attachments2"},
|
|
67
|
+
// { value: "AttributeGroups", label: "AttributeGroups"},
|
|
68
|
+
// { value: "BankChargesAllocationCodes", label: "BankChargesAllocationCodes"},
|
|
69
|
+
// { value: "Banks", label: "Banks"},
|
|
70
|
+
// { value: "BankStatements", label: "BankStatements"},
|
|
71
|
+
// { value: "BarCodes", label: "BarCodes"},
|
|
72
|
+
// { value: "BatchNumberDetails", label: "BatchNumberDetails"},
|
|
73
|
+
// { value: "BillOfExchangeTransactions", label: "BillOfExchangeTransactions"},
|
|
74
|
+
// { value: "BinLocationAttributes", label: "BinLocationAttributes"},
|
|
75
|
+
// { value: "BinLocationFields", label: "BinLocationFields"},
|
|
76
|
+
// { value: "BinLocations", label: "BinLocations"},
|
|
77
|
+
// { value: "BlanketAgreements", label: "BlanketAgreements"},
|
|
78
|
+
// { value: "BOEDocumentTypes", label: "BOEDocumentTypes"},
|
|
79
|
+
// { value: "BOEInstructions", label: "BOEInstructions"},
|
|
80
|
+
// { value: "BOEPortfolios", label: "BOEPortfolios"},
|
|
81
|
+
// { value: "BPPriorities", label: "BPPriorities"},
|
|
82
|
+
// { value: "Branches", label: "Branches"},
|
|
83
|
+
// { value: "BrazilBeverageIndexers", label: "BrazilBeverageIndexers"},
|
|
84
|
+
// { value: "BrazilFuelIndexers", label: "BrazilFuelIndexers"},
|
|
85
|
+
// { value: "BrazilMultiIndexers", label: "BrazilMultiIndexers"},
|
|
86
|
+
// { value: "BrazilNumericIndexers", label: "BrazilNumericIndexers"},
|
|
87
|
+
// { value: "BrazilStringIndexers", label: "BrazilStringIndexers"},
|
|
88
|
+
// { value: "BudgetDistributions", label: "BudgetDistributions"},
|
|
89
|
+
// { value: "Budgets", label: "Budgets"},
|
|
90
|
+
// { value: "BudgetScenarios", label: "BudgetScenarios"},
|
|
91
|
+
// { value: "BusinessPartnerGroups", label: "BusinessPartnerGroups"},
|
|
92
|
+
// { value: "BusinessPartnerProperties", label: "BusinessPartnerProperties"},
|
|
93
|
+
// { value: "BusinessPartners", label: "BusinessPartners"},
|
|
94
|
+
// { value: "BusinessPlaces", label: "BusinessPlaces"},
|
|
95
|
+
// { value: "CampaignResponseType", label: "CampaignResponseType"},
|
|
96
|
+
// { value: "Campaigns", label: "Campaigns"},
|
|
97
|
+
// { value: "CashDiscounts", label: "CashDiscounts"},
|
|
98
|
+
// { value: "CashFlowLineItems", label: "CashFlowLineItems"},
|
|
99
|
+
// { value: "CertificateSeries", label: "CertificateSeries"},
|
|
100
|
+
// { value: "ChartOfAccounts", label: "ChartOfAccounts"},
|
|
101
|
+
// { value: "ChecksforPayment", label: "ChecksforPayment"},
|
|
102
|
+
// { value: "ChooseFromList", label: "ChooseFromList"},
|
|
103
|
+
// { value: "Cockpits", label: "Cockpits"},
|
|
104
|
+
// { value: "CommissionGroups", label: "CommissionGroups"},
|
|
105
|
+
// { value: "Contacts", label: "Contacts"},
|
|
106
|
+
// { value: "ContractTemplates", label: "ContractTemplates"},
|
|
107
|
+
// { value: "CorrectionInvoice", label: "CorrectionInvoice"},
|
|
108
|
+
// { value: "CorrectionInvoiceReversal", label: "BusinessPartners"},
|
|
109
|
+
// { value: "CorrectionPurchaseInvoice", label: "CorrectionPurchaseInvoice"},
|
|
110
|
+
// { value: "CorrectionPurchaseInvoiceReversal", label: "CorrectionPurchaseInvoiceReversal"},
|
|
111
|
+
// { value: "CostCenterTypes", label: "CostCenterTypes"},
|
|
112
|
+
// { value: "CostElements", label: "CostElements"},
|
|
113
|
+
// { value: "Countries", label: "Countries"},
|
|
114
|
+
// { value: "CreditCardPayments", label: "CreditCardPayments"},
|
|
115
|
+
// { value: "CreditCards", label: "CreditCards"},
|
|
116
|
+
// { value: "CreditNotes", label: "CreditNotes"},
|
|
117
|
+
// { value: "CreditPaymentMethods", label: "CreditPaymentMethods"},
|
|
118
|
+
// { value: "Currencies", label: "Currencies"},
|
|
119
|
+
// { value: "CustomerEquipmentCards", label: "CustomerEquipmentCards"},
|
|
120
|
+
// { value: "CustomsDeclaration", label: "CustomsDeclaration"},
|
|
121
|
+
// { value: "CustomsGroups", label: "CustomsGroups"},
|
|
122
|
+
// { value: "CycleCountDeterminations", label: "CycleCountDeterminations"},
|
|
123
|
+
// { value: "DeductionTaxGroups", label: "DeductionTaxGroups"},
|
|
124
|
+
// { value: "DeductionTaxHierarchies", label: "DeductionTaxHierarchies"},
|
|
125
|
+
// { value: "DeductionTaxSubGroups", label: "DeductionTaxSubGroups"},
|
|
126
|
+
// { value: "DeliveryNotes", label: "DeliveryNotes"},
|
|
127
|
+
// { value: "Departments", label: "Departments"},
|
|
128
|
+
// { value: "Deposits", label: "Deposits"},
|
|
129
|
+
// { value: "DepreciationAreas", label: "DepreciationAreas"},
|
|
130
|
+
// { value: "DepreciationTypePools", label: "DepreciationTypePools"},
|
|
131
|
+
// { value: "DepreciationTypes", label: "DepreciationTypes"},
|
|
132
|
+
// { value: "DeterminationCriterias", label: "DeterminationCriterias"},
|
|
133
|
+
// { value: "Dimensions", label: "Dimensions"},
|
|
134
|
+
// { value: "DistributionRules", label: "DistributionRules"},
|
|
135
|
+
// { value: "DNFCodeSetup", label: "DNFCodeSetup"},
|
|
136
|
+
// { value: "DownPayments", label: "DownPayments"},
|
|
137
|
+
// { value: "Drafts", label: "Drafts"},
|
|
138
|
+
// { value: "DunningLetters", label: "DunningLetters"},
|
|
139
|
+
// { value: "DunningTerms", label: "DunningTerms"},
|
|
140
|
+
// { value: "ElectronicFileFormats", label: "ElectronicFileFormats"},
|
|
141
|
+
// { value: "EmailGroups", label: "EmailGroups"},
|
|
142
|
+
// { value: "EmployeeIDType", label: "EmployeeIDType"},
|
|
143
|
+
// { value: "EmployeePosition", label: "EmployeePosition"},
|
|
144
|
+
// { value: "EmployeeRolesSetup", label: "EmployeeRolesSetup"},
|
|
145
|
+
// { value: "EmployeesInfo", label: "EmployeesInfo"},
|
|
146
|
+
// { value: "EmployeeStatus", label: "EmployeeStatus"},
|
|
147
|
+
// { value: "EmployeeTransfers", label: "EmployeeTransfers"},
|
|
148
|
+
// { value: "EnhancedDiscountGroups", label: "EnhancedDiscountGroups"},
|
|
149
|
+
// { value: "ExtendedTranslations", label: "ExtendedTranslations"},
|
|
150
|
+
// { value: "FAAccountDeterminations", label: "FAAccountDeterminations"},
|
|
151
|
+
// { value: "FactoringIndicators", label: "FactoringIndicators"},
|
|
152
|
+
// { value: "FinancialYears", label: "FinancialYears"},
|
|
153
|
+
// { value: "FiscalPrinter", label: "FiscalPrinter"},
|
|
154
|
+
// { value: "FormattedSearches", label: "FormattedSearches"},
|
|
155
|
+
// { value: "Forms1099", label: "Forms1099"},
|
|
156
|
+
// { value: "GLAccountAdvancedRules", label: "GLAccountAdvancedRules"},
|
|
157
|
+
// { value: "GoodsReturnRequest", label: "GoodsReturnRequest"},
|
|
158
|
+
// { value: "GovPayCodes", label: "GovPayCodes"},
|
|
159
|
+
// { value: "HouseBankAccounts", label: "HouseBankAccounts"},
|
|
160
|
+
// { value: "IncomingPayments", label: "IncomingPayments"},
|
|
161
|
+
// { value: "Industries", label: "Industries"},
|
|
162
|
+
// { value: "IntegrationPackagesConfigure", label: "IntegrationPackagesConfigure"},
|
|
163
|
+
// { value: "InternalReconciliations", label: "InternalReconciliations"},
|
|
164
|
+
// { value: "IntrastatConfiguration", label: "IntrastatConfiguration"},
|
|
165
|
+
// { value: "InventoryCountings", label: "InventoryCountings"},
|
|
166
|
+
// { value: "InventoryCycles", label: "InventoryCycles"},
|
|
167
|
+
// { value: "InventoryGenEntries", label: "InventoryGenEntries"},
|
|
168
|
+
// { value: "InventoryGenExits", label: "InventoryGenExits"},
|
|
169
|
+
// { value: "InventoryOpeningBalances", label: "InventoryOpeningBalances"},
|
|
170
|
+
// { value: "InventoryPostings", label: "InventoryPostings"},
|
|
171
|
+
// { value: "InventoryTransferRequests", label: "InventoryTransferRequests"},
|
|
172
|
+
// { value: "Invoices", label: "Invoices"},
|
|
173
|
+
// { value: "ItemGroups", label: "ItemGroups"},
|
|
174
|
+
// { value: "ItemImages", label: "ItemImages"},
|
|
175
|
+
// { value: "ItemProperties", label: "ItemProperties"},
|
|
176
|
+
// { value: "Items", label: "Items"},
|
|
177
|
+
// { value: "JournalEntries", label: "JournalEntries"},
|
|
178
|
+
// { value: "JournalEntryDocumentTypes", label: "JournalEntryDocumentTypes"},
|
|
179
|
+
// { value: "KnowledgeBaseSolutions", label: "KnowledgeBaseSolutions"},
|
|
180
|
+
// { value: "KPIs", label: "KPIs"},
|
|
181
|
+
// { value: "LandedCosts", label: "LandedCosts"},
|
|
182
|
+
// { value: "LandedCostsCodes", label: "LandedCostsCodes"},
|
|
183
|
+
// { value: "LegalData", label: "LegalData"},
|
|
184
|
+
// { value: "LengthMeasures", label: "LengthMeasures"},
|
|
185
|
+
// { value: "LocalEra", label: "LocalEra"},
|
|
186
|
+
// { value: "Manufacturers", label: "Manufacturers"},
|
|
187
|
+
// { value: "MaterialGroups", label: "MaterialGroups"},
|
|
188
|
+
// { value: "MaterialRevaluation", label: "MaterialRevaluation"},
|
|
189
|
+
// { value: "Messages", label: "Messages"},
|
|
190
|
+
// { value: "MobileAddOnSetting", label: "MobileAddOnSetting"},
|
|
191
|
+
// { value: "MultiLanguageTranslations", label: "MultiLanguageTranslations"},
|
|
192
|
+
// { value: "NatureOfAssessees", label: "NatureOfAssessees"},
|
|
193
|
+
// { value: "NCMCodesSetup", label: "NCMCodesSetup"},
|
|
194
|
+
// { value: "NFModels", label: "NFModels"},
|
|
195
|
+
// { value: "NFTaxCategories", label: "NFTaxCategories"},
|
|
196
|
+
// { value: "OccurrenceCodes", label: "OccurrenceCodes"},
|
|
197
|
+
// { value: "Orders", label: "Orders"},
|
|
198
|
+
// { value: "PackagesTypes", label: "PackagesTypes"},
|
|
199
|
+
// { value: "PartnersSetups", label: "PartnersSetups"},
|
|
200
|
+
// { value: "PaymentBlocks", label: "PaymentBlocks"},
|
|
201
|
+
// { value: "PaymentDrafts", label: "PaymentDrafts"},
|
|
202
|
+
// { value: "PaymentRunExport", label: "PaymentRunExport"},
|
|
203
|
+
// { value: "PaymentTermsTypes", label: "PaymentTermsTypes"},
|
|
204
|
+
// { value: "PickLists", label: "PickLists"},
|
|
205
|
+
// { value: "POSDailySummary", label: "POSDailySummary"},
|
|
206
|
+
// { value: "PredefinedTexts", label: "PredefinedTexts"},
|
|
207
|
+
// { value: "PriceLists", label: "PriceLists"},
|
|
208
|
+
// { value: "ProductionOrders", label: "ProductionOrders"},
|
|
209
|
+
// { value: "ProductTrees", label: "ProductTrees"},
|
|
210
|
+
// { value: "ProfitCenters", label: "ProfitCenters"},
|
|
211
|
+
// { value: "ProjectManagements", label: "ProjectManagements"},
|
|
212
|
+
// { value: "ProjectManagementTimeSheet", label: "ProjectManagementTimeSheet"},
|
|
213
|
+
// { value: "Projects", label: "Projects"},
|
|
214
|
+
// { value: "PurchaseCreditNotes", label: "PurchaseCreditNotes"},
|
|
215
|
+
// { value: "PurchaseDeliveryNotes", label: "PurchaseDeliveryNotes"},
|
|
216
|
+
// { value: "PurchaseDownPayments", label: "PurchaseDownPayments"},
|
|
217
|
+
// { value: "PurchaseInvoices", label: "PurchaseInvoices"},
|
|
218
|
+
// { value: "PurchaseOrders", label: "PurchaseOrders"},
|
|
219
|
+
// { value: "PurchaseQuotations", label: "PurchaseQuotations"},
|
|
220
|
+
// { value: "PurchaseRequests", label: "PurchaseRequests"},
|
|
221
|
+
// { value: "PurchaseReturns", label: "PurchaseReturns"},
|
|
222
|
+
// { value: "PurchaseTaxInvoices", label: "PurchaseTaxInvoices"},
|
|
223
|
+
// { value: "QueryAuthGroups", label: "QueryAuthGroups"},
|
|
224
|
+
// { value: "QueryCategories", label: "QueryCategories"},
|
|
225
|
+
// { value: "Queue", label: "Queue"},
|
|
226
|
+
// { value: "Quotations", label: "Quotations"},
|
|
227
|
+
// { value: "RecurringTransaction", label: "RecurringTransaction"},
|
|
228
|
+
// { value: "Relationships", label: "Relationships"},
|
|
229
|
+
// { value: "ReportFilter", label: "ReportFilter"},
|
|
230
|
+
// { value: "ReportTypes", label: "ReportTypes"},
|
|
231
|
+
// { value: "ResourceCapacities", label: "ResourceCapacities"},
|
|
232
|
+
// { value: "ResourceGroups", label: "ResourceGroups"},
|
|
233
|
+
// { value: "ResourceProperties", label: "ResourceProperties"},
|
|
234
|
+
// { value: "Resources", label: "Resources"},
|
|
235
|
+
// { value: "RetornoCodes", label: "RetornoCodes"},
|
|
236
|
+
// { value: "ReturnRequest", label: "ReturnRequest"},
|
|
237
|
+
// { value: "Returns", label: "Returns"},
|
|
238
|
+
// { value: "RouteStages", label: "RouteStages"},
|
|
239
|
+
// { value: "SalesForecast", label: "SalesForecast"},
|
|
240
|
+
// { value: "SalesOpportunities", label: "SalesOpportunities"},
|
|
241
|
+
// { value: "SalesOpportunityCompetitorsSetup", label: "SalesOpportunityCompetitorsSetup"},
|
|
242
|
+
// { value: "SalesOpportunityInterestsSetup", label: "SalesOpportunityInterestsSetup"},
|
|
243
|
+
// { value: "SalesOpportunityReasonsSetup", label: "SalesOpportunityReasonsSetup"},
|
|
244
|
+
// { value: "SalesOpportunitySourcesSetup", label: "SalesOpportunitySourcesSetup"},
|
|
245
|
+
// { value: "SalesPersons", label: "SalesPersons"},
|
|
246
|
+
// { value: "SalesPersons", label: "SalesPersons"},
|
|
247
|
+
// { value: "SalesTaxAuthoritiesTypes", label: "SalesTaxAuthoritiesTypes"},
|
|
248
|
+
// { value: "SalesTaxCodes", label: "SalesTaxCodes"},
|
|
249
|
+
// { value: "SalesTaxInvoices", label: "SalesTaxInvoices"},
|
|
250
|
+
// { value: "Sections", label: "Sections"},
|
|
251
|
+
// { value: "SerialNumberDetails", label: "SerialNumberDetails"},
|
|
252
|
+
// { value: "ServiceCallOrigins", label: "ServiceCallOrigins"},
|
|
253
|
+
// { value: "ServiceCallProblemSubTypes", label: "ServiceCallProblemSubTypes"},
|
|
254
|
+
// { value: "ServiceCallProblemTypes", label: "ServiceCallProblemTypes"},
|
|
255
|
+
// { value: "ServiceCalls", label: "ServiceCalls"},
|
|
256
|
+
// { value: "ServiceCallSolutionStatus", label: "ServiceCallSolutionStatus"},
|
|
257
|
+
// { value: "ServiceCallStatus", label: "ServiceCallStatus"},
|
|
258
|
+
// { value: "ServiceCallTypes", label: "ServiceCallTypes"},
|
|
259
|
+
// { value: "ServiceContracts", label: "ServiceContracts"},
|
|
260
|
+
// { value: "ServiceGroups", label: "ServiceGroups"},
|
|
261
|
+
// { value: "ShippingTypes", label: "ShippingTypes"},
|
|
262
|
+
// { value: "StockTransferDrafts", label: "StockTransferDrafts"},
|
|
263
|
+
// { value: "StockTransfers", label: "StockTransfers"},
|
|
264
|
+
// { value: "StockTransfers", label: "StockTransfers"},
|
|
265
|
+
// { value: "TargetGroups", label: "TargetGroups"},
|
|
266
|
+
// { value: "TaxCodeDeterminations", label: "TaxCodeDeterminations"},
|
|
267
|
+
// { value: "TaxCodeDeterminationsTCD", label: "TaxCodeDeterminationsTCD"},
|
|
268
|
+
// { value: "TaxInvoiceReport", label: "TaxInvoiceReport"},
|
|
269
|
+
// { value: "TaxWebSites", label: "TaxWebSites"},
|
|
270
|
+
// { value: "Teams", label: "Teams"},
|
|
271
|
+
// { value: "TerminationReason", label: "TerminationReason"},
|
|
272
|
+
// { value: "Territories", label: "Territories"},
|
|
273
|
+
// { value: "TrackingNotes", label: "TrackingNotes"},
|
|
274
|
+
// { value: "TransactionCodes", label: "TransactionCodes"},
|
|
275
|
+
// { value: "UnitOfMeasurementGroups", label: "BusinessPartners"},
|
|
276
|
+
// { value: "UnitOfMeasurements", label: "UnitOfMeasurements"},
|
|
277
|
+
// { value: "UserDefaultGroups", label: "UserDefaultGroups"},
|
|
278
|
+
// { value: "UserLanguages", label: "UserLanguages"},
|
|
279
|
+
// { value: "UserObjectsMD", label: "UserObjectsMD"},
|
|
280
|
+
// { value: "UserPermissionTree", label: "UserPermissionTree"},
|
|
281
|
+
// { value: "Users", label: "Users"},
|
|
282
|
+
// { value: "UserTablesMD", label: "UserTablesMD"},
|
|
283
|
+
// { value: "ValueMapping", label: "ValueMapping"},
|
|
284
|
+
// { value: "ValueMappingCommunication", label: "ValueMappingCommunication"},
|
|
285
|
+
// { value: "VatGroups", label: "VatGroups"},
|
|
286
|
+
// { value: "VendorPayments", label: "VendorPayments"},
|
|
287
|
+
// { value: "Warehouses", label: "Warehouses"},
|
|
288
|
+
// { value: "WarehouseLocations", label: "WarehouseLocations"},
|
|
289
|
+
// { value: "WarehouseSublevelCodes", label: "WarehouseSublevelCodes"},
|
|
290
|
+
// { value: "WeightMeasures", label: "WeightMeasures"},
|
|
291
|
+
// { value: "WithholdingTaxCodes", label: "WithholdingTaxCodes"},
|
|
292
|
+
// { value: "WitholdingTaxDefinition", label: "WitholdingTaxDefinition"},
|
|
293
|
+
// { value: "WizardPaymentMethods", label: "WizardPaymentMethods"},
|
|
294
|
+
// { value: "WorkOrders", label: "WorkOrders"},
|
|
295
|
+
// { value: "UDO", label: "UDO"},
|
|
296
|
+
// { value: "UDT", label: "UDT"},
|
|
297
|
+
// ]}
|
|
298
|
+
// ]
|
|
299
|
+
// })
|
|
300
300
|
},
|
|
301
301
|
oneditsave: function() {
|
|
302
302
|
this.query = this.editor.getValue();
|
|
@@ -317,18 +317,24 @@
|
|
|
317
317
|
</div>
|
|
318
318
|
|
|
319
319
|
<div class="form-row">
|
|
320
|
+
<label for="node-input-entity"><i class="fa fa-cube"></i> Entity</label>
|
|
321
|
+
<input type="text" id="node-input-entity" placeholder="Name"><br>
|
|
322
|
+
<small> Write entities separated by commas</small>
|
|
323
|
+
</div>
|
|
324
|
+
|
|
325
|
+
<!-- <div class="form-row">
|
|
320
326
|
<label for="node-input-entity"><i class="fa fa-check-square-o"></i> Entity</label>
|
|
321
327
|
<input type="text" id="node-input-entity">
|
|
322
|
-
</div>
|
|
328
|
+
</div> -->
|
|
323
329
|
|
|
324
330
|
<div class="form-row">
|
|
325
|
-
<label for="node-input-type"><i class="fa fa-
|
|
331
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
326
332
|
<input type="text" id="node-input-headers">
|
|
327
333
|
<input type="hidden" id="node-input-headers-type">
|
|
328
334
|
</div>
|
|
329
335
|
|
|
330
336
|
<div class="form-row">
|
|
331
|
-
<label for="node-input-type"><i class="fa fa-
|
|
337
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> NextLink</label>
|
|
332
338
|
<input type="text" id="node-input-nextLink">
|
|
333
339
|
<input type="hidden" id="node-input-nextLink-type">
|
|
334
340
|
</div>
|
package/nodes/deleteSap.html
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
</div>
|
|
71
71
|
|
|
72
72
|
<div class="form-row">
|
|
73
|
-
<label for="node-input-type"><i class="fa fa-
|
|
73
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
74
74
|
<select name="node-input-entity" id="node-input-entity">
|
|
75
75
|
<option value="AccountCategory">AccountCategory</option>
|
|
76
76
|
<option value="AccountSegmentations">AccountSegmentations</option>
|
|
@@ -276,35 +276,35 @@
|
|
|
276
276
|
</div>
|
|
277
277
|
|
|
278
278
|
<div class="form-row" style="display:none" id="container-udo">
|
|
279
|
-
<label for="node-input-udo"><i class="fa fa-
|
|
279
|
+
<label for="node-input-udo"><i class="fa fa-gears"></i> UDO</label>
|
|
280
280
|
<input type="text" id="node-input-udo" placeholder="UDO Name">
|
|
281
281
|
</div>
|
|
282
282
|
|
|
283
283
|
<div class="form-row" style="display:none" id="container-udt">
|
|
284
|
-
<label for="node-input-udt"><i class="fa fa-
|
|
284
|
+
<label for="node-input-udt"><i class="fa fa-gears"></i> UDT</label>
|
|
285
285
|
<input type="text" id="node-input-udt" placeholder="UDT Name">
|
|
286
286
|
</div>
|
|
287
287
|
|
|
288
288
|
<div class="form-row" style="display:none" id="container-entityId">
|
|
289
|
-
<label for="node-input-type"><i class="fa fa-
|
|
289
|
+
<label for="node-input-type"><i class="fa fa-key"></i> EntityId</label>
|
|
290
290
|
<input type="text" id="node-input-entityId">
|
|
291
291
|
<input type="hidden" id="node-input-entityId-type">
|
|
292
292
|
</div>
|
|
293
293
|
|
|
294
294
|
<div class="form-row" style="display:none" id="container-docEntry">
|
|
295
|
-
<label for="node-input-type"><i class="fa fa-
|
|
295
|
+
<label for="node-input-type"><i class="fa fa-key"></i> DocEntry</label>
|
|
296
296
|
<input type="text" id="node-input-docEntry">
|
|
297
297
|
<input type="hidden" id="node-input-docEntry-type">
|
|
298
298
|
</div>
|
|
299
299
|
|
|
300
300
|
<div class="form-row" style="display:none" id="container-code">
|
|
301
|
-
<label for="node-input-type"><i class="fa fa-
|
|
301
|
+
<label for="node-input-type"><i class="fa fa-key"></i> Code</label>
|
|
302
302
|
<input type="text" id="node-input-code">
|
|
303
303
|
<input type="hidden" id="node-input-code-type">
|
|
304
304
|
</div>
|
|
305
305
|
|
|
306
306
|
<div class="form-row">
|
|
307
|
-
<label for="node-input-type"><i class="fa fa-
|
|
307
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
308
308
|
<input type="text" id="node-input-headers">
|
|
309
309
|
<input type="hidden" id="node-input-headers-type">
|
|
310
310
|
</div>
|
package/nodes/getSap.html
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
</div>
|
|
96
96
|
|
|
97
97
|
<div class="form-row">
|
|
98
|
-
<label for="node-input-type"><i class="fa fa-
|
|
98
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
99
99
|
<select name="node-input-entity" id="node-input-entity">
|
|
100
100
|
<option value="AccountCategory">AccountCategory</option>
|
|
101
101
|
<option value="AccountSegmentations">AccountSegmentations</option>
|
|
@@ -352,35 +352,35 @@
|
|
|
352
352
|
</div>
|
|
353
353
|
|
|
354
354
|
<div class="form-row" style="display:none" id="container-udo">
|
|
355
|
-
<label for="node-input-udo"><i class="fa fa-
|
|
355
|
+
<label for="node-input-udo"><i class="fa fa-gears"></i> UDO</label>
|
|
356
356
|
<input type="text" id="node-input-udo" placeholder="UDO Name">
|
|
357
357
|
</div>
|
|
358
358
|
|
|
359
359
|
<div class="form-row" style="display:none" id="container-udt">
|
|
360
|
-
<label for="node-input-udt"><i class="fa fa-
|
|
360
|
+
<label for="node-input-udt"><i class="fa fa-gears"></i> UDT</label>
|
|
361
361
|
<input type="text" id="node-input-udt" placeholder="UDT Name">
|
|
362
362
|
</div>
|
|
363
363
|
|
|
364
364
|
<div class="form-row" style="display:none" id="container-entityId">
|
|
365
|
-
<label for="node-input-type"><i class="fa fa-
|
|
365
|
+
<label for="node-input-type"><i class="fa fa-key"></i> EntityId</label>
|
|
366
366
|
<input type="text" id="node-input-entityId">
|
|
367
367
|
<input type="hidden" id="node-input-entityId-type">
|
|
368
368
|
</div>
|
|
369
369
|
|
|
370
370
|
<div class="form-row" style="display:none" id="container-docEntry">
|
|
371
|
-
<label for="node-input-type"><i class="fa fa-
|
|
371
|
+
<label for="node-input-type"><i class="fa fa-key"></i> DocEntry</label>
|
|
372
372
|
<input type="text" id="node-input-docEntry">
|
|
373
373
|
<input type="hidden" id="node-input-docEntry-type">
|
|
374
374
|
</div>
|
|
375
375
|
|
|
376
376
|
<div class="form-row" style="display:none" id="container-code">
|
|
377
|
-
<label for="node-input-type"><i class="fa fa-
|
|
377
|
+
<label for="node-input-type"><i class="fa fa-key"></i> Code</label>
|
|
378
378
|
<input type="text" id="node-input-code">
|
|
379
379
|
<input type="hidden" id="node-input-code-type">
|
|
380
380
|
</div>
|
|
381
381
|
|
|
382
382
|
<div class="form-row">
|
|
383
|
-
<label for="node-input-type"><i class="fa fa-
|
|
383
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
384
384
|
<input type="text" id="node-input-headers">
|
|
385
385
|
<input type="hidden" id="node-input-headers-type">
|
|
386
386
|
</div>
|
package/nodes/listSap.html
CHANGED
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
</div>
|
|
72
72
|
|
|
73
73
|
<div class="form-row">
|
|
74
|
-
<label for="node-input-type"><i class="fa fa-
|
|
74
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
75
75
|
<input type="text" id="node-input-headers">
|
|
76
76
|
<input type="hidden" id="node-input-headers-type">
|
|
77
77
|
</div>
|
|
78
78
|
|
|
79
79
|
<div class="form-row">
|
|
80
|
-
<label for="node-input-type"><i class="fa fa-
|
|
80
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> NextLink</label>
|
|
81
81
|
<input type="text" id="node-input-nextLink">
|
|
82
82
|
<input type="hidden" id="node-input-nextLink-type">
|
|
83
83
|
</div>
|
|
84
84
|
|
|
85
85
|
<div class="form-row">
|
|
86
|
-
<label for="node-input-type"><i class="fa fa-
|
|
86
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
87
87
|
<select name="node-input-entity" id="node-input-entity">
|
|
88
88
|
<option value="AccountCategory">AccountCategory</option>
|
|
89
89
|
<option value="AccountSegmentations">AccountSegmentations</option>
|
|
@@ -338,12 +338,12 @@
|
|
|
338
338
|
</div>
|
|
339
339
|
|
|
340
340
|
<div class="form-row" style="display:none" id="container-udo">
|
|
341
|
-
<label for="node-input-udo"><i class="fa fa-
|
|
341
|
+
<label for="node-input-udo"><i class="fa fa-gears"></i> UDO</label>
|
|
342
342
|
<input type="text" id="node-input-udo" placeholder="UDO Name">
|
|
343
343
|
</div>
|
|
344
344
|
|
|
345
345
|
<div class="form-row" style="display:none" id="container-udt">
|
|
346
|
-
<label for="node-input-udt"><i class="fa fa-
|
|
346
|
+
<label for="node-input-udt"><i class="fa fa-gears"></i> UDT</label>
|
|
347
347
|
<input type="text" id="node-input-udt" placeholder="UDT Name">
|
|
348
348
|
</div>
|
|
349
349
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</div>
|
|
93
93
|
|
|
94
94
|
<div class="form-row">
|
|
95
|
-
<label for="node-input-type"><i class="fa fa-
|
|
95
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
96
96
|
<select name="node-input-entity" id="node-input-entity">
|
|
97
97
|
<option></option>
|
|
98
98
|
</select>
|
|
@@ -105,19 +105,19 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div class="form-row" id="container-entityId">
|
|
108
|
-
<label for="node-input-type"><i class="fa fa-
|
|
108
|
+
<label for="node-input-type"><i class="fa fa-key"></i> EntityId</label>
|
|
109
109
|
<input type="text" id="node-input-entityId">
|
|
110
110
|
<input type="hidden" id="node-input-entityId-type">
|
|
111
111
|
</div>
|
|
112
112
|
|
|
113
113
|
<div class="form-row">
|
|
114
|
-
<label for="node-input-type"><i class="fa fa-
|
|
114
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
115
115
|
<input type="text" id="node-input-headers">
|
|
116
116
|
<input type="hidden" id="node-input-headers-type">
|
|
117
117
|
</div>
|
|
118
118
|
|
|
119
119
|
<div class="form-row">
|
|
120
|
-
<label for="node-input-type"><i class="fa fa-
|
|
120
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> BodyPost</label>
|
|
121
121
|
<input type="text" id="node-input-bodyPost">
|
|
122
122
|
<input type="hidden" id="node-input-bodyPost-type">
|
|
123
123
|
</div>
|
package/nodes/nextLink.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
35
|
<div class="form-row">
|
|
36
|
-
<label for="node-input-type"><i class="fa fa-
|
|
36
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> NextLink</label>
|
|
37
37
|
<input type="text" id="node-input-nextLink">
|
|
38
38
|
<input type="hidden" id="node-input-nextLink-type">
|
|
39
39
|
</div>
|
package/nodes/patchSap.html
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="form-row">
|
|
88
|
-
<label for="node-input-type"><i class="fa fa-
|
|
88
|
+
<label for="node-input-type"><i class="fa fa-cube"></i> Entity</label>
|
|
89
89
|
<select name="node-input-entity" id="node-input-entity">
|
|
90
90
|
<option value="AccountCategory">AccountCategory</option>
|
|
91
91
|
<option value="AccountSegmentations">AccountSegmentations</option>
|
|
@@ -341,31 +341,31 @@
|
|
|
341
341
|
</div>
|
|
342
342
|
|
|
343
343
|
<div class="form-row" style="display:none" id="container-entityId">
|
|
344
|
-
<label for="node-input-type"><i class="fa fa-
|
|
344
|
+
<label for="node-input-type"><i class="fa fa-key"></i> EntityId</label>
|
|
345
345
|
<input type="text" id="node-input-entityId">
|
|
346
346
|
<input type="hidden" id="node-input-entityId-type">
|
|
347
347
|
</div>
|
|
348
348
|
|
|
349
349
|
<div class="form-row" style="display:none" id="container-docEntry">
|
|
350
|
-
<label for="node-input-type"><i class="fa fa-
|
|
350
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> DocEntry</label>
|
|
351
351
|
<input type="text" id="node-input-docEntry">
|
|
352
352
|
<input type="hidden" id="node-input-docEntry-type">
|
|
353
353
|
</div>
|
|
354
354
|
|
|
355
355
|
<div class="form-row" style="display:none" id="container-code">
|
|
356
|
-
<label for="node-input-type"><i class="fa fa-
|
|
356
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Code</label>
|
|
357
357
|
<input type="text" id="node-input-code">
|
|
358
358
|
<input type="hidden" id="node-input-code-type">
|
|
359
359
|
</div>
|
|
360
360
|
|
|
361
361
|
<div class="form-row">
|
|
362
|
-
<label for="node-input-type"><i class="fa fa-
|
|
362
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> Headers</label>
|
|
363
363
|
<input type="text" id="node-input-headers">
|
|
364
364
|
<input type="hidden" id="node-input-headers-type">
|
|
365
365
|
</div>
|
|
366
366
|
|
|
367
367
|
<div class="form-row">
|
|
368
|
-
<label for="node-input-type"><i class="fa fa-
|
|
368
|
+
<label for="node-input-type"><i class="fa fa-gears"></i> BodyPatch</label>
|
|
369
369
|
<input type="text" id="node-input-bodyPatch">
|
|
370
370
|
<input type="hidden" id="node-input-bodyPatch-type">
|
|
371
371
|
</div>
|