@bonsae/node-red-salesforce 0.4.0 → 0.5.0
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/README.md +40 -4
- package/icons/salesforce-apex-code.png +0 -0
- package/icons/salesforce-apex-invocation.png +0 -0
- package/index.d.ts +111 -48
- package/index.html +1 -1
- package/index.mjs +835 -407
- package/index.mjs.map +1 -1
- package/locales/de/index.html +85 -28
- package/locales/de/index.json +54 -12
- package/locales/en-US/index.html +86 -29
- package/locales/en-US/index.json +57 -16
- package/locales/es-ES/index.html +92 -35
- package/locales/es-ES/index.json +61 -19
- package/locales/fr/index.html +92 -35
- package/locales/fr/index.json +63 -21
- package/locales/ja/index.html +91 -34
- package/locales/ja/index.json +60 -18
- package/locales/ko/index.html +91 -34
- package/locales/ko/index.json +60 -18
- package/locales/pt-BR/index.html +87 -30
- package/locales/pt-BR/index.json +57 -15
- package/locales/ru/index.html +91 -34
- package/locales/ru/index.json +60 -18
- package/locales/zh-CN/index.html +91 -34
- package/locales/zh-CN/index.json +60 -18
- package/locales/zh-TW/index.html +91 -34
- package/locales/zh-TW/index.json +60 -18
- package/package.json +2 -2
- package/resources/index.dnWzY-T-.js +1 -0
- package/resources/index.BmVSYWAa.js +0 -1
package/locales/fr/index.html
CHANGED
|
@@ -32,8 +32,11 @@
|
|
|
32
32
|
<table width="100%" style="min-width:500px">
|
|
33
33
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
34
34
|
<tbody>
|
|
35
|
-
<tr><td>
|
|
35
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
36
36
|
<tr><td>Requête</td><td>query</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
37
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
38
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
39
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
37
40
|
</tbody>
|
|
38
41
|
</table>
|
|
39
42
|
</div>
|
|
@@ -67,14 +70,14 @@
|
|
|
67
70
|
<table width="100%" style="min-width:500px">
|
|
68
71
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
69
72
|
<tbody>
|
|
70
|
-
<tr><td>
|
|
73
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
71
74
|
<tr><td>Opération</td><td>operation</td><td></td><td>Oui</td><td><code>"create"</code></td><td></td></tr>
|
|
72
75
|
<tr><td>Type de SObject</td><td>sObjectType</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
73
|
-
<tr><td
|
|
76
|
+
<tr><td>Enregistrement</td><td>record</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
74
77
|
<tr><td>Champ d'ID externe</td><td>externalIdField</td><td>string</td><td>Non</td><td><code>""</code></td><td></td></tr>
|
|
75
|
-
<tr><td></td><td>
|
|
76
|
-
<tr><td></td><td>
|
|
77
|
-
<tr><td></td><td>
|
|
78
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
79
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
80
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
78
81
|
</tbody>
|
|
79
82
|
</table>
|
|
80
83
|
</div>
|
|
@@ -106,18 +109,19 @@
|
|
|
106
109
|
<table width="100%" style="min-width:500px">
|
|
107
110
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
108
111
|
<tbody>
|
|
109
|
-
<tr><td>
|
|
112
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
110
113
|
<tr><td>Opération</td><td>operation</td><td></td><td>Oui</td><td><code>"insert"</code></td><td></td></tr>
|
|
111
114
|
<tr><td>Type de SObject</td><td>sObjectType</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
115
|
+
<tr><td>Requête SOQL</td><td>query</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
112
116
|
<tr><td>Champ d'ID externe</td><td>externalIdField</td><td>string</td><td>Non</td><td><code>""</code></td><td></td></tr>
|
|
113
|
-
<tr><td
|
|
114
|
-
<tr><td
|
|
115
|
-
<tr><td
|
|
116
|
-
<tr><td
|
|
117
|
-
<tr><td
|
|
118
|
-
<tr><td></td><td>
|
|
119
|
-
<tr><td></td><td>
|
|
120
|
-
<tr><td></td><td>
|
|
117
|
+
<tr><td>ID de règle d'attribution</td><td>assignmentRuleId</td><td>string</td><td>Non</td><td><code>""</code></td><td></td></tr>
|
|
118
|
+
<tr><td>Délimiteur de colonne</td><td>columnDelimiter</td><td></td><td>Oui</td><td><code>"COMMA"</code></td><td></td></tr>
|
|
119
|
+
<tr><td>Fin de ligne</td><td>lineEnding</td><td></td><td>Oui</td><td><code>"LF"</code></td><td></td></tr>
|
|
120
|
+
<tr><td>Intervalle d'interrogation (ms)</td><td>pollInterval</td><td>number [min: 1000]</td><td>Oui</td><td><code>5000</code></td><td></td></tr>
|
|
121
|
+
<tr><td>Délai d'interrogation (ms)</td><td>pollTimeout</td><td>number [min: 5000]</td><td>Oui</td><td><code>60000</code></td><td></td></tr>
|
|
122
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
123
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
124
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
121
125
|
</tbody>
|
|
122
126
|
</table>
|
|
123
127
|
</div>
|
|
@@ -127,7 +131,17 @@
|
|
|
127
131
|
<table width="100%" style="min-width:500px">
|
|
128
132
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
129
133
|
<tbody>
|
|
130
|
-
<tr><td>Tableau d'enregistrements ou requête
|
|
134
|
+
<tr><td>Tableau d'enregistrements, chaîne CSV, flux lisible (ingestion) ou déclencheur (requête)</td><td>payload</td><td></td><td>Oui</td><td>Records array, CSV string, readable stream (ingest) or SOQL string (query)</td></tr>
|
|
135
|
+
</tbody>
|
|
136
|
+
</table>
|
|
137
|
+
</div>
|
|
138
|
+
|
|
139
|
+
<h3>Sortie</h3>
|
|
140
|
+
<div style="overflow-x:auto">
|
|
141
|
+
<table width="100%" style="min-width:500px">
|
|
142
|
+
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
143
|
+
<tbody>
|
|
144
|
+
<tr><td>Requête : enregistrement individuel. Ingestion : { successfulResults, failedResults, unprocessedRecords }</td><td>payload</td><td></td><td>Oui</td><td>Query: individual record. Ingest: { successfulResults, failedResults, unprocessedRecords }</td></tr>
|
|
131
145
|
</tbody>
|
|
132
146
|
</table>
|
|
133
147
|
</div>
|
|
@@ -139,11 +153,11 @@
|
|
|
139
153
|
<table width="100%" style="min-width:500px">
|
|
140
154
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
141
155
|
<tbody>
|
|
142
|
-
<tr><td>
|
|
156
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
143
157
|
<tr><td>Type de SObject</td><td>sObjectType</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
144
|
-
<tr><td></td><td>
|
|
145
|
-
<tr><td></td><td>
|
|
146
|
-
<tr><td></td><td>
|
|
158
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
159
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
160
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
147
161
|
</tbody>
|
|
148
162
|
</table>
|
|
149
163
|
</div>
|
|
@@ -153,7 +167,7 @@
|
|
|
153
167
|
<table width="100%" style="min-width:500px">
|
|
154
168
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
155
169
|
<tbody>
|
|
156
|
-
<tr><td>
|
|
170
|
+
<tr><td>Nom API du SObject (remplace la configuration si fourni)</td><td>payload</td><td></td><td>Oui</td><td></td></tr>
|
|
157
171
|
</tbody>
|
|
158
172
|
</table>
|
|
159
173
|
</div>
|
|
@@ -163,7 +177,7 @@
|
|
|
163
177
|
<table width="100%" style="min-width:500px">
|
|
164
178
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
165
179
|
<tbody>
|
|
166
|
-
<tr><td>
|
|
180
|
+
<tr><td>Resultat de description du SObject avec champs, relations enfants et informations de type d'enregistrement</td><td>payload</td><td>object</td><td>Oui</td><td></td></tr>
|
|
167
181
|
</tbody>
|
|
168
182
|
</table>
|
|
169
183
|
</div>
|
|
@@ -175,13 +189,14 @@
|
|
|
175
189
|
<table width="100%" style="min-width:500px">
|
|
176
190
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
177
191
|
<tbody>
|
|
178
|
-
<tr><td>
|
|
192
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
179
193
|
<tr><td>Canal</td><td>channelName</td><td>string</td><td>Oui</td><td><code>""</code></td><td></td></tr>
|
|
180
194
|
<tr><td>S'abonner depuis</td><td>subscribeType</td><td></td><td>Oui</td><td><code>"LATEST"</code></td><td></td></tr>
|
|
181
195
|
<tr><td>ID de relecture</td><td>replayId</td><td>string</td><td>Non</td><td><code>""</code></td><td></td></tr>
|
|
182
196
|
<tr><td>Taille du lot</td><td>numRequested</td><td>number [min: 1, max: 100]</td><td>Oui</td><td><code>100</code></td><td></td></tr>
|
|
183
|
-
<tr><td></td><td>
|
|
184
|
-
<tr><td></td><td>
|
|
197
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
198
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
199
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
185
200
|
</tbody>
|
|
186
201
|
</table>
|
|
187
202
|
</div>
|
|
@@ -199,19 +214,61 @@
|
|
|
199
214
|
</table>
|
|
200
215
|
</div>
|
|
201
216
|
</script>
|
|
202
|
-
<script type="text/html" data-help-name="salesforce-apex">
|
|
203
|
-
<p>
|
|
217
|
+
<script type="text/html" data-help-name="salesforce-apex-invocation">
|
|
218
|
+
<p>Appelle des endpoints REST Apex existants ou des Invocable Actions sur une org Salesforce.</p>
|
|
219
|
+
<h3>Propriétés</h3>
|
|
220
|
+
<div style="overflow-x:auto">
|
|
221
|
+
<table width="100%" style="min-width:500px">
|
|
222
|
+
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
223
|
+
<tbody>
|
|
224
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
225
|
+
<tr><td>Type</td><td>apexType</td><td></td><td>Oui</td><td><code>"rest"</code></td><td></td></tr>
|
|
226
|
+
<tr><td>Methode</td><td>method</td><td></td><td>Oui</td><td><code>"POST"</code></td><td></td></tr>
|
|
227
|
+
<tr><td>Endpoint</td><td>path</td><td>TypedInput</td><td>Oui</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
|
|
228
|
+
<tr><td>Action</td><td>actionName</td><td>string</td><td>Oui</td><td><code>""</code></td><td></td></tr>
|
|
229
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
230
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
231
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
232
|
+
</tbody>
|
|
233
|
+
</table>
|
|
234
|
+
</div>
|
|
235
|
+
|
|
236
|
+
<h3>Entrée</h3>
|
|
237
|
+
<div style="overflow-x:auto">
|
|
238
|
+
<table width="100%" style="min-width:500px">
|
|
239
|
+
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
240
|
+
<tbody>
|
|
241
|
+
<tr><td>Corps de la requete pour POST/PUT/PATCH, ou ignore pour GET/DELETE</td><td>payload</td><td></td><td>Oui</td><td></td></tr>
|
|
242
|
+
</tbody>
|
|
243
|
+
</table>
|
|
244
|
+
</div>
|
|
245
|
+
|
|
246
|
+
<h3>Sortie</h3>
|
|
247
|
+
<div style="overflow-x:auto">
|
|
248
|
+
<table width="100%" style="min-width:500px">
|
|
249
|
+
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
250
|
+
<tbody>
|
|
251
|
+
<tr><td>Reponse de l'endpoint Apex</td><td>payload</td><td></td><td>Oui</td><td></td></tr>
|
|
252
|
+
</tbody>
|
|
253
|
+
</table>
|
|
254
|
+
</div>
|
|
255
|
+
</script>
|
|
256
|
+
<script type="text/html" data-help-name="salesforce-apex-code">
|
|
257
|
+
<p>Deploie et execute du code Apex personnalise sur une org Salesforce. Prend en charge les types Invocable et REST.</p>
|
|
204
258
|
<h3>Propriétés</h3>
|
|
205
259
|
<div style="overflow-x:auto">
|
|
206
260
|
<table width="100%" style="min-width:500px">
|
|
207
261
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th>Par défaut</th><th style="width:35%">Description</th></tr></thead>
|
|
208
262
|
<tbody>
|
|
209
|
-
<tr><td>
|
|
210
|
-
<tr><td>
|
|
211
|
-
<tr><td>
|
|
212
|
-
<tr><td
|
|
213
|
-
<tr><td
|
|
214
|
-
<tr><td
|
|
263
|
+
<tr><td>Connexion</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>Oui</td><td></td><td>Reference to salesforce-connection</td></tr>
|
|
264
|
+
<tr><td>Type</td><td>apexType</td><td></td><td>Oui</td><td><code>"invocable"</code></td><td></td></tr>
|
|
265
|
+
<tr><td>Nom de Classe</td><td>className</td><td>string</td><td>Oui</td><td><code>""</code></td><td></td></tr>
|
|
266
|
+
<tr><td>Mappage d'URL</td><td>urlMapping</td><td>string</td><td>Oui</td><td><code>""</code></td><td></td></tr>
|
|
267
|
+
<tr><td>Méthode HTTP</td><td>httpMethod</td><td></td><td>Oui</td><td><code>"HttpPost"</code></td><td></td></tr>
|
|
268
|
+
<tr><td>Code Apex</td><td>code</td><td>string</td><td>Oui</td><td><code>""</code></td><td></td></tr>
|
|
269
|
+
<tr><td></td><td>errorPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
270
|
+
<tr><td></td><td>completePort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
271
|
+
<tr><td></td><td>statusPort</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
215
272
|
</tbody>
|
|
216
273
|
</table>
|
|
217
274
|
</div>
|
|
@@ -221,7 +278,7 @@
|
|
|
221
278
|
<table width="100%" style="min-width:500px">
|
|
222
279
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
223
280
|
<tbody>
|
|
224
|
-
<tr><td>
|
|
281
|
+
<tr><td>Donnees d'entree transmises a la methode Apex sous forme de chaine JSON</td><td>payload</td><td></td><td>Oui</td><td></td></tr>
|
|
225
282
|
</tbody>
|
|
226
283
|
</table>
|
|
227
284
|
</div>
|
|
@@ -231,7 +288,7 @@
|
|
|
231
288
|
<table width="100%" style="min-width:500px">
|
|
232
289
|
<thead><tr><th>Libellé</th><th>Propriété</th><th>Type</th><th>Requis</th><th style="width:35%">Description</th></tr></thead>
|
|
233
290
|
<tbody>
|
|
234
|
-
<tr><td>
|
|
291
|
+
<tr><td>Reponse de l'execution Apex</td><td>payload</td><td></td><td>Oui</td><td></td></tr>
|
|
235
292
|
</tbody>
|
|
236
293
|
</table>
|
|
237
294
|
</div>
|
package/locales/fr/index.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"salesforce-apex": {
|
|
2
|
+
"salesforce-apex-code": {
|
|
3
3
|
"configs": {
|
|
4
4
|
"name": "Nom",
|
|
5
|
-
"connection": "
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"connection": "Connexion",
|
|
6
|
+
"apexType": "Type",
|
|
7
|
+
"className": "Nom de Classe",
|
|
8
|
+
"urlMapping": "Mappage d'URL",
|
|
9
|
+
"httpMethod": "Méthode HTTP",
|
|
10
|
+
"code": "Code Apex"
|
|
8
11
|
},
|
|
9
12
|
"toggles": {
|
|
10
13
|
"validateInput": "Valider l'entrée",
|
|
@@ -14,28 +17,66 @@
|
|
|
14
17
|
"statusPort": "Port de statut"
|
|
15
18
|
},
|
|
16
19
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
17
|
-
"label": "Apex",
|
|
18
|
-
"description": "
|
|
19
|
-
"inputLabels": "
|
|
20
|
+
"label": "Apex Code",
|
|
21
|
+
"description": "Deploie et execute du code Apex personnalise sur une org Salesforce. Prend en charge les types Invocable et REST.",
|
|
22
|
+
"inputLabels": "Entree",
|
|
20
23
|
"outputLabels": [
|
|
21
|
-
"
|
|
24
|
+
"Reponse"
|
|
22
25
|
],
|
|
23
26
|
"input": {
|
|
24
|
-
"payload": "
|
|
27
|
+
"payload": "Donnees d'entree transmises a la methode Apex sous forme de chaine JSON"
|
|
25
28
|
},
|
|
26
29
|
"outputs": [
|
|
27
30
|
{
|
|
28
|
-
"payload": "
|
|
31
|
+
"payload": "Reponse de l'execution Apex"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"salesforce-apex-invocation": {
|
|
36
|
+
"configs": {
|
|
37
|
+
"name": "Nom",
|
|
38
|
+
"connection": "Connexion",
|
|
39
|
+
"apexType": "Type",
|
|
40
|
+
"method": "Methode",
|
|
41
|
+
"path": "Endpoint",
|
|
42
|
+
"actionName": "Action"
|
|
43
|
+
},
|
|
44
|
+
"toggles": {
|
|
45
|
+
"validateInput": "Valider l'entrée",
|
|
46
|
+
"validateOutput": "Valider la sortie",
|
|
47
|
+
"errorPort": "Port d'erreur",
|
|
48
|
+
"completePort": "Port de complétion",
|
|
49
|
+
"statusPort": "Port de statut"
|
|
50
|
+
},
|
|
51
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
52
|
+
"label": "Apex Invocation",
|
|
53
|
+
"description": "Appelle des endpoints REST Apex existants ou des Invocable Actions sur une org Salesforce.",
|
|
54
|
+
"inputLabels": "Requete",
|
|
55
|
+
"outputLabels": [
|
|
56
|
+
"Reponse"
|
|
57
|
+
],
|
|
58
|
+
"input": {
|
|
59
|
+
"payload": "Corps de la requete pour POST/PUT/PATCH, ou ignore pour GET/DELETE"
|
|
60
|
+
},
|
|
61
|
+
"outputs": [
|
|
62
|
+
{
|
|
63
|
+
"payload": "Reponse de l'endpoint Apex"
|
|
29
64
|
}
|
|
30
65
|
]
|
|
31
66
|
},
|
|
32
67
|
"salesforce-bulk": {
|
|
33
68
|
"configs": {
|
|
34
69
|
"name": "Nom",
|
|
35
|
-
"connection": "
|
|
70
|
+
"connection": "Connexion",
|
|
36
71
|
"operation": "Opération",
|
|
37
72
|
"sObjectType": "Type de SObject",
|
|
38
|
-
"
|
|
73
|
+
"query": "Requête SOQL",
|
|
74
|
+
"externalIdField": "Champ d'ID externe",
|
|
75
|
+
"assignmentRuleId": "ID de règle d'attribution",
|
|
76
|
+
"columnDelimiter": "Délimiteur de colonne",
|
|
77
|
+
"lineEnding": "Fin de ligne",
|
|
78
|
+
"pollInterval": "Intervalle d'interrogation (ms)",
|
|
79
|
+
"pollTimeout": "Délai d'interrogation (ms)"
|
|
39
80
|
},
|
|
40
81
|
"toggles": {
|
|
41
82
|
"validateInput": "Valider l'entrée",
|
|
@@ -53,11 +94,11 @@
|
|
|
53
94
|
"Job Terminé"
|
|
54
95
|
],
|
|
55
96
|
"input": {
|
|
56
|
-
"payload": "Tableau d'enregistrements ou requête
|
|
97
|
+
"payload": "Tableau d'enregistrements, chaîne CSV, flux lisible (ingestion) ou déclencheur (requête)"
|
|
57
98
|
},
|
|
58
99
|
"outputs": [
|
|
59
100
|
{
|
|
60
|
-
"payload": "
|
|
101
|
+
"payload": "Requête : enregistrement individuel. Ingestion : { successfulResults, failedResults, unprocessedRecords }"
|
|
61
102
|
}
|
|
62
103
|
]
|
|
63
104
|
},
|
|
@@ -88,7 +129,7 @@
|
|
|
88
129
|
"salesforce-describe": {
|
|
89
130
|
"configs": {
|
|
90
131
|
"name": "Nom",
|
|
91
|
-
"connection": "
|
|
132
|
+
"connection": "Connexion",
|
|
92
133
|
"sObjectType": "Type de SObject"
|
|
93
134
|
},
|
|
94
135
|
"toggles": {
|
|
@@ -106,21 +147,22 @@
|
|
|
106
147
|
"Métadonnées du SObject"
|
|
107
148
|
],
|
|
108
149
|
"input": {
|
|
109
|
-
"payload": "
|
|
150
|
+
"payload": "Nom API du SObject (remplace la configuration si fourni)"
|
|
110
151
|
},
|
|
111
152
|
"outputs": [
|
|
112
153
|
{
|
|
113
|
-
"payload": "
|
|
154
|
+
"payload": "Resultat de description du SObject avec champs, relations enfants et informations de type d'enregistrement"
|
|
114
155
|
}
|
|
115
156
|
]
|
|
116
157
|
},
|
|
117
158
|
"salesforce-dml": {
|
|
118
159
|
"configs": {
|
|
119
160
|
"name": "Nom",
|
|
120
|
-
"connection": "
|
|
161
|
+
"connection": "Connexion",
|
|
121
162
|
"operation": "Opération",
|
|
122
163
|
"sObjectType": "Type de SObject",
|
|
123
|
-
"externalIdField": "Champ d'ID externe"
|
|
164
|
+
"externalIdField": "Champ d'ID externe",
|
|
165
|
+
"record": "Enregistrement"
|
|
124
166
|
},
|
|
125
167
|
"toggles": {
|
|
126
168
|
"validateInput": "Valider l'entrée",
|
|
@@ -148,7 +190,7 @@
|
|
|
148
190
|
"salesforce-soql": {
|
|
149
191
|
"configs": {
|
|
150
192
|
"name": "Nom",
|
|
151
|
-
"connection": "
|
|
193
|
+
"connection": "Connexion",
|
|
152
194
|
"query": "Requête"
|
|
153
195
|
},
|
|
154
196
|
"toggles": {
|
|
@@ -179,7 +221,7 @@
|
|
|
179
221
|
"salesforce-streaming": {
|
|
180
222
|
"configs": {
|
|
181
223
|
"name": "Nom",
|
|
182
|
-
"connection": "
|
|
224
|
+
"connection": "Connexion",
|
|
183
225
|
"channelName": "Canal",
|
|
184
226
|
"subscribeType": "S'abonner depuis",
|
|
185
227
|
"replayId": "ID de relecture",
|