nucleus-core-ts 0.9.794 → 0.9.795
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.
|
@@ -107,6 +107,21 @@ export function FieldMappingRows({ rows, sourceFields, targetFields, disabled, o
|
|
|
107
107
|
}),
|
|
108
108
|
" to take the value from the parent endpoint's record instead of this one."
|
|
109
109
|
]
|
|
110
|
+
}),
|
|
111
|
+
/*#__PURE__*/ _jsxs("p", {
|
|
112
|
+
className: theme.field.hint,
|
|
113
|
+
children: [
|
|
114
|
+
"Name several fields in ",
|
|
115
|
+
/*#__PURE__*/ _jsx("strong", {
|
|
116
|
+
children: '{braces}'
|
|
117
|
+
}),
|
|
118
|
+
" to build one value from them —",
|
|
119
|
+
' ',
|
|
120
|
+
/*#__PURE__*/ _jsx("strong", {
|
|
121
|
+
children: '{companyCode}-{organizationCode}'
|
|
122
|
+
}),
|
|
123
|
+
". Use it when no single field is unique on its own, which is what the deduplication column needs."
|
|
124
|
+
]
|
|
110
125
|
})
|
|
111
126
|
]
|
|
112
127
|
})
|