Join Slack
Powered by
and how are you looping through the search results...
# suitescript
e
erictgrubaugh
05/19/2020, 5:26 PM
and how are you looping through the search results in the template?
s
SMNCP
05/19/2020, 5:29 PM
@erictgrubaugh
xml1 = renderer.addSearchResults( { templateName: 'creditDataSet', searchResult: result });
SMNCP
05/19/2020, 5:30 PM
<#if result?has_content> <#list result as creditApply> <tr> <td align="left">${creditApply.appliedToTransaction.internalid[0].value}</td>
r
rustyshackles
05/19/2020, 11:34 PM
I think instead of result you should use searchResult in your template
4
Views
Open in Slack
Previous
Next