...
If a user field value needs to be mapped to a different value then this section can be configured. Value mapping is only available for OPFs (Only ScS field)single-choice-string OPFs.
FieldName: Name of the field to be mapped (Case Sensitivecase-sensitive).
MappingMode: It can be three different types.
Complete (default): For ScS field, all All the OPF values must be present as target value have a mapping in the value mapping file. Otherwise it will be considered as configuration error.
WarnIfMappingIsMissing: For ScS field, Ignores Ignore any missing OPF value mapping and try to set the OPF value as is. Add a warning to the notification.
Note |
---|
If many OPF choices are missing in the mapping, it can result in a lot of warning messages (one per missing choice). This mapping mode is meant for small sets of OPF choices. |
IgnoreMissingMappings:For ScS field, Ignore any missing mapping and try to set the OPF value as is - without mapping. Don’t add a warning/error to the notification.
MappingFileName:This property points to the location of the file that contains the mapping of SourceValue
and TargetValue
. (SourceValue
/ and TargetValue
is are case-sensitive) .
Info |
---|
The location of the mapping JSON file will be inside organization file collection. (i.e E:\LiveCanada\File_Collection\NI\NI\1\Configuration\Integration\User\ValueMapping-Rank.json) |
...