Hello,
In order to test if the "Identity Collector" correctly updates the existing information on VIA, we did the following test,
- We updated the email address of an existing user directly on t_master_enterprise_users simply by following command
update t_master_enterprise_users set email_address = 'dummy' where user_id = 'USERID';
- Next, we ran identity collector.
However, we did not see correct email address having retrieved from target system and overwrote the existing information.
Are doing a wrong test? Or, is there something wrong?
Prior to 7.0, running unification should override any of the manual changes described above with the collected data. From 7.0, only the entries that differed from previous collection would be merged into master enterprise users table.