You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/salesforce_rest_api/actions/upsert-record/upsert-record.mjs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,11 @@ export default {
64
64
description: "The field to use as the external ID to identify the record.",
65
65
options: externalIdFieldOptions,
66
66
},
67
+
docsInfoExtId: {
68
+
type: "alert",
69
+
alertType: "info",
70
+
content: "If you don't see any fields in the above list, you probably need to create one in Salesforce's Object Manager. Only a field marked as an external id field can be used to identify a record."
0 commit comments