NetSuite search results always have an id property and recordType property.
These two should flow through to the output of nsSearchResult2Obj(). Note that custom column labels will take
precedence over these values, so don't use id or recordType as your custom column label if you want the
native SearchResult property values to be used.
NetSuite search results always have an
id
property andrecordType
property. These two should flow through to the output ofnsSearchResult2Obj()
. Note that custom column labels will take precedence over these values, so don't useid
orrecordType
as your custom column label if you want the native SearchResult property values to be used.