The web page in question has several rows, and in order to select the right row you click on the radio button. Each button has unique value, from the page source (<label for="forLoanReq"></label><input type="radio" name="appPkgAndLoanReqDetails" value="552453>620749>FS>CMP>false" ) the two 6 digit numbers are in parm dat file.
Below is a screen shot of the step in true client. I have pasted the xpath value.
//input[@type="radio" and @value="LR.getParam("PackageID")>LR.getParam("LoanREQID")>FS>CMP>false]";
I am still a rookie on truclient, so any assistance is greatly appreciated.