|
True/False fields can be manually merged, or automatically merged according to the
following rules:
·
When both the same (True +
True -or-
False + False) – keep the value that
is common to both.
·
When both are different
(True + False -or-
False + True) – give precedence to one or the other with:
o True if different – Keep True
o False if different – Keep False
In this example “On Do Not Call List”: Since you can be severely fined if you mail
or call someone who is on a ‘Do Not Call’ list, or who has explicitly asked
to not be contacted, you want to make sure in cases when two records have
conflicting values, preference is give to the ‘True’ value – which is carried
over to the merged record. So we select
True if different.
However if someone has been denied credit in
one record, but they are allowed credit in another, we want to err on the
side of caution and deny them credit, so for the ‘Allow Credit’ field we
select False if different.
Naturally these preference rules are only
used when there is conflicting data. In all cases if both records are true, then true is kept – and if both are false then
false is kept. These are just the
rules that are used when the two records are
different.
See here
for an example of how True/False fields can be automatically merged.
|