I need help with a transform for an Active Directory (AD) provisioning plan in SailPoint IdentityNow (IDN).
I want to check whether a user’s manager exists in AD based on their SamAccountName. If the manager exists, I need to fetch their Distinguished Name (DN) from AD. If the manager does not exist, the value should be set to null.
Since my DN format differs between AD and IDN, I believe a FirstValid transform is needed:
Check if the manager’s SamAccountName exists in AD.
If it exists, retrieve the DN of the manager.
If it doesn’t exist, return null.
Can someone guide me on how to configure this transform correctly?
replace the id with the ID of your active directory source and map this transform at the manager field of the provisioning policy, I think it will work fine