I just want to confirm or get any ideas on what is they best way to take a downstream source like SF and trim the Account attribute to exclude the @XXXX.com on it so i can have the front show as a username and then correlate on it.
Would a before rule be best or a transform on the Identity profile using a extra attribute. I can not get the app to clean up date right now and i have to do it hopefully in IDN so i can corrlate the accounts
Yes, you can create a new identity attribute to fetch this value. For this attribute you can use the split transform: Split | SailPoint Developer Community.
Assuming your attribute values are - [email protected], below transform should give you result: abc
To transform the value to correlate the account with identity will require correlation rule as transform on identity attribute will be used after correlating the account.
For a new account on a request that all makes sense but if I am pulling in accounts that are already on the source how does adding this to the create policy work since its already there. I would think a build map or something, but this is not a JDBC, and a direct Salesforce connects as well rules for IDN are still really confusing to me.
Hi @VBsupport You can utilize a transform to generate an identity attribute and perform a write-back to the source using an additional attribute and add that to your correlation rule.