BaseSearchResult<T>: ObjectWithId<T> & {
    recordType: string | search.Type;
}

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.

Type Parameters

  • T

Generated using TypeDoc