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 rule

ARNAB86
Regular Contributor
Regular Contributor

Hi Team,

the requirement for user corelation rule is below

account name is : A12345@org.co.in

username is : T12345

Please suggest how to correlate both in user corelation rule

 

Thanks

Arnab Pal

1 REPLY 1

rushikeshvartak
All-Star
All-Star

users.username=replace(SUBSTRING_INDEX(accounts.name, '@', 1),'A','T')


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