Discussions
NSC | N/record Module
In NetSuite SuiteScript, the N/record module is a core module used for working with records in the NetSuite system. NetSuite organizes data into records, which represent entities such as customers, transactions, items, or custom records. The N/record module provides methods for creating, reading, updating, and deleting records, as well as for searching and manipulating record data.
Here are some key functionalities provided by the N/record module:
- Record Creation: Users can use the
create()method to create new records of a specific type, such as creating a new customer, sales order, or custom record instance. - Record Loading and Modification
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see
