Share all details about your problem, including any error messages you may have received.
Hello All,
I am working on JDBC application onboarding in SailPoint. We have requirement to generate the account name in the given format for any new user account to be created from SailPoint.
Account Name - + <4 random digit> (Account name must be unique across the application account)
I have created provisioning policy and attached the field value rule with the above logic to generate value. However, when I try the provisioning, we see that account link shows <???> instead of the account name and provisioning fails.
If the rule logic is working correctly then the possible issue would be with the fieldName in the account schema mismatch with what you have added in the provisioning policy.
E.g., Nativeidentity attribute name in schema - UID then you should add exact same in the provisioning policy.