# NetSuite Action - Search standard objects
The search standard objects action returns a list of records that match the search criteria. If there are no matching records, the action returns an empty array.
UNSUPPORTED RECORDS
Certain records are not supported in the action because of API limitations.
# Configure the search objects action
To search standard objects, specify in the recipe the category of the object, and the object itself.
The following displays an unconfigured search standard object action.
Unconfigured search standard object action. Select the category and specific object to search.
Regardless of category, you can search for any standard objects either by its internal ID or its external ID.
Because IDs are unique, the search retrieves at most one (1) record if you search by IDs.
Ability to search NetSuite record by unique internal ID or external ID
FIELD NAME MISMATCH
Some NetSuite fields display internal API names instead of their labels in NetSuite.
For example, entity ID refers to the customer/vendor where to attach a transaction document, while internal ID refers to the NetSuite ID of any object.
You can search by most categories.
Depending on the object category you select, you can search by additional fields specific to that category.
Available categories to search
FIELD SELECTION
You can perform a search for an object with all fields selected in the drop-down menu. If certain fields are missing in the response, it's likely that the fields are not queryable in NetSuite. We recommend leaving the fields unselected in the drop-down menu to allow for all fields to populate in the response. NetSuite drop-down menu
Last updated: 9/18/2024, 3:53:53 PM