Change Value of Dedupe Field on Custom Object
I know that the link field and dedupe fields cannot be changed in an approved custom object, but is it possible to update the data within the Dedupe field on an existing record?
Our dedupe field currently is a combination of two concatenated fields for an external system(Field 1 is the link field). So two records for the same person look like this:
123456 - 123
123456 - 456
Our customer database system is changing so that Field 2 can now have the same value:
123456 - 123
123456 - 123
We are exploring concatenating a third field value to the dedupe field so it would look like this:
123456 - 123 - 1
123456 - 123 - 2
Is this possible? I know we can change this for new records going forward, but we ran a test using the API on existing records and instead of updating the data, it added two new records.