A not null value in Sailpoint can be checked in the following way.
if (email != null) {
log.info("email is: "+email)'
}
Here email is the Sailpoint attribute and the above code is to verify whether the email is not null or not.
A not null value in Sailpoint can be checked in the following way.
if (email != null) {
log.info("email is: "+email)'
}
Here email is the Sailpoint attribute and the above code is to verify whether the email is not null or not.