Skip to content

Commit 3eb7011

Browse files
committed
Adding alert prop with external id info
1 parent 24a881a commit 3eb7011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/salesforce_rest_api/actions/upsert-record/upsert-record.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ export default {
6464
description: "The field to use as the external ID to identify the record.",
6565
options: externalIdFieldOptions,
6666
},
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."
71+
},
6772
externalIdValue: {
6873
type: "string",
6974
label: "External ID Value",
@@ -87,6 +92,7 @@ export default {
8792
getAdditionalFields: getData,
8893
convertFieldsToProps,
8994
docsInfo,
95+
docsInfoExtId,
9096
additionalFields,
9197
externalIdFieldName,
9298
externalIdValue,

0 commit comments

Comments
 (0)