I'm using /apps/1.29/sdk.js for the custom app. And I can get fields like "FormattedID" , "State", but I can not get the "Owner" printed out. Can you advise? thanks!
table.setCell(i, 5, '' + defect.Owner.LoginName + '
' + defect.Owner.DisplayName); // these two ways both shows 'undefined' in the page.
table.setCell(i, 6, '' + defect.State); //this is good.