Correlation account count got changed on changing the account ID and account Name in a source

Hi team, I am working on connected system where I noticed that on changing the account Name and Account ID the number of correlated or uncorrelated account’s counts are getting increase or decrease though correlation of account depends upon correlation logic.

Can any please tell why this is happening as changing of account Id and account name impact correlation also ??

Hi @Faizan854187 , when you change the Account ID in the schema, did it change the accounts count on the aggregation? If so, uncorrelation count also may change.

No, it not changing the count on aggreation . It is basically the uncorrelated and correlated account counts that are changing.

@Faizan854187 My suggestion would be to always use an attribute for Account ID & Account Name that is less like to change and uniquely identifies the user across the system. This helps maintain consistent correlation and avoids provisioning errors. You can mark Account ID and Account Name in to a single unique attribute on that source schema.

But can you give this a try : Run this API to remove all accounts from the source where the Account ID and Account Name were updated, then perform a full aggregation. This approach often resolves issues with duplicates or miscorrelated accounts.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.