Skip to content

Commit d840820

Browse files
committed
Adding info box
1 parent 361a527 commit d840820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/gainsight_nxt/actions/create-or-update-custom-object/create-or-update-custom-object.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export default {
1414
"objectName",
1515
],
1616
},
17+
infoBox: {
18+
type: "alert",
19+
alertType: "info",
20+
content: "Custom object fields may be suffixed with `__gc`, e.g. if you've named your field \"Object Name\", its key would be `Object_Name__gc`. Check the object configuration in the Gainsight platform for the correct field names.",
21+
},
1722
fields: {
1823
type: "string[]",
1924
label: "Key Field(s)",

0 commit comments

Comments
 (0)