Got this right for exporting a new password based on the last 4 of social as related to information directly in the system:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | < quer:concatenate > < quer:string >Taleo</ quer:string > < quer:substring > < quer:toChar > < quer:customFunction name = "REGEXP_REPLACE" > < quer:field path = "Candidate,SocialSecurityNumber" /> < quer:string >[^[:digit:]]</ quer:string > < quer:string /> </ quer:customFunction > </ quer:toChar > < quer:integer >6</ quer:integer > < quer:integer >4</ quer:integer > </ quer:substring > </ quer:concatenate > </ quer:projection > |