Transaction Search

Nearly all transaction record types use the TransactionSearch record for search.

For help working with this record in the UI, see Defining an Advanced Search. For help working with this record by using SuiteScript API, see N/search Module.

The internal ID for this record is transaction.

See the SuiteScript Records Browser for all internal IDs associated with this record.

Note:

For information about using the SuiteScript Records Browser, see Working with the SuiteScript Records Browser in the NetSuite Help Center.

For information about scripting with this record in SuiteScript, see the following help topics:

Supported Script Types

The transaction search is scriptable in both client and server SuiteScript.

Supported Functions

Only search is supported for the transaction search record.

Usage Notes

The following table provides usage notes for specific fields on this record.

Field Internal ID

Field UI Label

Note

Search Filters and Search Columns

ccnumber

Credit Card #

To prevent users from accessing sensitive information such as password and credit card data, this field cannot be read in beforeSubmit user event scripts for external role users (for example, shoppers, online form users (anonymous users), customer center).

entity

Name

The search filter entity is synonymous for the search filter name. Either filter can be used when searching the value of the Name / ID field in the UI.

Related Topics

General Notices