Is there a way to use IF, THEN, ELSE in the creation of a user? We want to capture First Name, Last Name and Preferred Name and if the Preferred Name field is empty, then the users Username and E-mail will be Firstname.Lastname but if there is a Preferred Name entered, then the users Username and E-mail will be Preferredname.Lastname (ie Tim.Smith@domain.org) and then ideally we would want to auto create an alias e-mail address in EXO with Firstname.Lastname (ie Timothy.Smith@domain.org) as well. Is that possible?