Dear Friends,
We are facing an issue with email duplication across multiple domains within a single forest setup. We have configured 11 different sources per domain, and our current cloud rule is intended to ensure email uniqueness by appending a unique counter to the first name if the same first name and last name combination already exists.
Example:
If the email prefix “Siva.Krishna” already exists, the rule should create “Siva1.Krishna” for a new user with the same name.
Current Issue:
Our current implementation only checks for email duplication within each individual domain. This leads to duplicate email addresses being created across different domains. For instance, “Siva.Krishna@example.com” and “Siva.Krishna@example.com” can both exist, which violates our uniqueness requirement across all domains.
Objective:
We need assistance to modify our cloud rule or approach so that it checks for email uniqueness across all 11 domains and ensures no duplicates are created, regardless of the domain.
Referring below doc:
Below are the Testing Results:
Attribute Generator rule is
Rule - AttributeGenerator - UniqueEmailGenerator 2.xml (5.0 KB)
