SS1.0 documentation says there is a method for nlo...
# suitescript
t
SS1.0 documentation says there is a method for nlobjSearchResult called getAllColumns() but when I try to call it, I get this error: nlobjSearchResult;" has no public instance field or method named "getAllColumns". Any idea why this isn't working?
b
sounds like you are calling getAllColumns on the Array of search results and not the actual search result
t
You are exactly right. Thanks!!!