Survey: what do you use for checking if your searc...
# suitescript
s
Survey: what do you use for checking if your search returned a result? Mine is by using if (searchBankCode.length > 0) before the iteration but there could be a more elegant way.