Object Mapping tab
Here one can define:
Source Class (External) - source class in external domain data (from what class should we take data)
Target Class (HDC) - to which the source class object should be mapped
Conditional Field - that should be used to filter objects. For Example, if we have many objects of the same class but with several sub types
stored as field values, they can be mapped to several independent classes based on that field and Conditional value.Conditional Value - value used for filtering
Class Fields Mapping
Source Class (External) - a class that contains data, it can be a parent class in the source system.
Source Field - field in source object (external)
Target Field - field in target object class (HDC)
...
Boolean values handling
When importing data to Boolean type of field in HDC, we now accepts four pairs:
true/false
yes/no
on/off
1/0
Other (incorrect) values will be omitted and there will be an error in object log regarding this object.
...