Overview of Record Action and Macro API

NetSuite records offer two alternatives for executing native NetSuite logic: a user either clicks a UI button or runs a script that calls the API corresponding to the button. These script and UI alternatives both produce the same results. Macro and action APIs provide ease and flexibility for your scripting. These APIs are supported for… Continue reading Overview of Record Action and Macro API

Understanding the N/RECORD Module in NetSuite

The N/RECORD module in NetSuite SuiteScript allows developers to interact programmatically with NetSuite records. This module is essential for creating, reading, updating, and deleting records like customers, transactions, and custom records. It provides robust CRUD (Create, Read, Update, Delete) functionality to handle records efficiently within scripts. Key Functions of N/RECORD Creating Records The create() function… Continue reading Understanding the N/RECORD Module in NetSuite

Adding note records or user notes to a record

Adding note records through UI We can add user notes or note records to NetSuite records such as employees, customers etc. This can be done through NetSuite UI by going to ‘Communication’ subtab and then ‘User Notes’ under the subtab. We can add a new subtab with a title and memo(description) values.Once a note record… Continue reading Adding note records or user notes to a record