DocuSign Custom Button

Joe.  Please give your reps efficiency!

What Ben means is the following:  
Below this line of code: 
       var firstContact = contactRoleModel.getFirstRow();
Add the following line of code: 
       console.log (‘First Contact Value’, firstContact);

This will output the value of that that variable to the browser console.  If nothing is there,  then you can work back up to see why the opportunity roles model isn’t getting loaded. If it is there you can inspect it to see whether there are rows with the data you expect. 

Javascript debugging.  Fun for all ages.