and how are you looping through the search results...
# suitescript
e
and how are you looping through the search results in the template?
s
@erictgrubaugh xml1 = renderer.addSearchResults( { templateName: 'creditDataSet', searchResult: result });
<#if result?has_content> <#list result as creditApply> <tr> <td align="left">${creditApply.appliedToTransaction.internalid[0].value}</td>
r
I think instead of result you should use searchResult in your template