@segment/action-destinations 3.437.1-staging-33c823382.0 → 3.437.1-staging-e7067d09e.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.
|
@@ -147,7 +147,7 @@ exports.traits = {
|
|
|
147
147
|
exports.customFields = {
|
|
148
148
|
label: 'Other Fields',
|
|
149
149
|
description: `
|
|
150
|
-
Additional fields to send to Salesforce. On the left-hand side,
|
|
150
|
+
Additional fields to send to Salesforce. On the left-hand side, map the Segment field that contains the value. On the right-hand side, input the Salesforce field API name.
|
|
151
151
|
|
|
152
152
|
This can include standard or custom fields. Custom fields must be predefined in your Salesforce account and the API field name should have __c appended.
|
|
153
153
|
|
|
@@ -170,7 +170,7 @@ exports.traits2 = {
|
|
|
170
170
|
label: 'Record Matchers',
|
|
171
171
|
description: `The fields used to find Salesforce records for updates. **This is required if the operation is Delete, Update or Upsert.**
|
|
172
172
|
|
|
173
|
-
Any field can function as a matcher, including Record ID, External IDs, standard fields and custom fields. On the left-hand side,
|
|
173
|
+
Any field can function as a matcher, including Record ID, External IDs, standard fields and custom fields. On the left-hand side, map the Segment field that contains the value. On the right-hand side, input the Salesforce field API name.
|
|
174
174
|
|
|
175
175
|
If multiple records are found, no changes will be made. **Please use fields that result in unique records.**
|
|
176
176
|
|
|
@@ -313,7 +313,7 @@ exports.bulkUpdateRecordId2 = {
|
|
|
313
313
|
exports.customFields2 = {
|
|
314
314
|
label: 'Other Fields',
|
|
315
315
|
description: `
|
|
316
|
-
Additional fields to send to Salesforce. On the left-hand side,
|
|
316
|
+
Additional fields to send to Salesforce. On the left-hand side, map the Segment field that contains the value. On the right-hand side, input the Salesforce field API name.
|
|
317
317
|
|
|
318
318
|
This can include standard or custom fields. Custom fields must be predefined in your Salesforce account and the API field name should have __c appended.
|
|
319
319
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.437.1-staging-
|
|
4
|
+
"version": "3.437.1-staging-e7067d09e.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"__tests__/__helpers__/"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "605ec9017f4d219cdeef1cc788ab2be912fb4682"
|
|
95
95
|
}
|