Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Account Correlation When Value is Not Null

mgauvreau1
New Contributor II
New Contributor II

Hi,

We are correlating accounts based on their email. We have noticed users with no email are getting their account correlated to a test account with has a NULL email value. How can we update the account correlation rule to not correlate accounts with NULL values. If they don't have an email address in their account, it should not be correlate to a user profile.

Thanks,
Mariella

4 REPLIES 4

rushikeshvartak
All-Star
All-Star
  • What is your current account correlation rule?
  • and share logs 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

When CP7 is null, the account is getting correlated to a user with a null email address. We do not want this to happen. We do not want the account to correlate if it has a null CP7. No logs.

mgauvreau1_0-1723749944593.png

 

CASE WHEN users.customproperty7 IS NULL OR TRIM(users.customproperty7) = '' THEN 'abcd' ELSE users.customproperty7 END =accounts.name


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor II
Honored Contributor II

Hi @rushikeshvartak , will it correlate again if cp7 gets populated in future run?