User account correlation rule not working

Murari
New Contributor
New Contributor

Hi Team,

We have a requirement to correlate a account to the user profile.

I have tried creating the user account correlation rule as(where cp2 is mapped with account email) :

Murari_2-1695124526927.png

But this rule does not help. Can you please confirm how we can resolve it. 

I have attached the log findings below.

Murari_1-1695124505134.png

Kindly  advise.

6 REPLIES 6

nimitdave
Saviynt Employee
Saviynt Employee

@Murari , as per rule screenshot attached , correlation will happen when user email will match with accounts cp2. Can you confirm if the data is as per the rule and accounts status is active. 

Logs also show the same .

Murari
New Contributor
New Contributor

Hi @nimitdave ,

As I can see in the user profile email id is blank and CP2 contains a valid email ID.

User Profile-

Murari_0-1695173100868.png

Account details-

Murari_1-1695173154315.png

Can you please suggest, If I can correlate Username with CP2 without @xxxx.com.my in advance rule because there is no attributes is available at the target matching to Username.

Thanks.

[This message has been edited by moderator to mask PII info]

nimitdave
Saviynt Employee
Saviynt Employee

@Murari , please try below:

users.username=substring_index(accounts.customproperty2,'@',1)

Murari
New Contributor
New Contributor

Hi @nimitdave ,

I have tried with Advance config - users.username=substring_index(accounts.customproperty2,'@',1) but it is still not working.

Please find the debug logs below-

Murari_0-1695191200339.png

Thanks

Murari
New Contributor
New Contributor

Hi Team,

Appreciate your guidance on above?

Thanks.

nimitdave
Saviynt Employee
Saviynt Employee

@Murari , please run the sql query in the logs from data analyzer and see if any match is coming.