06-30-2015 08:51 PM
      out:println "Checking credit for " + name;
      creditCheckOk = false;
      if((income / 2) > loanAmount){
         creditCheckOk = true;
      }
      out:println "Checked credit for " + name + " outcome is " + creditCheckOk;
 
					
				
		
07-01-2015 10:11 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.