Search Records
Search record types encapsulate the available search criteria for a specific NetSuite record type. A NetSuite search record is defined as a top-level record that is used in the request portion of a search operation. Any field defined within a search record must be of one of the following logical types.
|
Type |
Description |
|---|---|
|
String |
Corresponds to the SearchStringField type |
|
Int |
Corresponds to the SearchTextNumberField type |
|
Double |
Corresponds to the SearchDoubleField type |
|
Boolean |
Corresponds to the SearchBooleanField type |
|
Datetime |
Corresponds to the SearchDateField type |
|
MultiSelectRef |
Corresponds to the SearchMultiSelectField type |
|
MultiSelectEnum |
Corresponds to the SearchEnumMultiSelectField type |
For details on using the search operation, see search. Also see the following topics, which describe all search types that can be used when constructing SOAP web services searches.