Get any list id to use it as List/Record source type in select field of NetSuite SuiteLet script

While working on a SuiteLet form, have you ever faced problem on setting the exact source ID of a List/Record field. If so, you are not alone. Most of us might have faced such situation. I personally have faced this several times. Here is a small tip for you, so next time you won’t have… Continue reading Get any list id to use it as List/Record source type in select field of NetSuite SuiteLet script

Creating a Custom List Page with SuiteScript 2.x

The following screenshot displays a list page created by a Suitelet. Steps for Creating a Custom List Page as above with SuiteScript 2.x: Create a Suitelet, and add the required JSDoc tags. Add the define function to load the N/ui/serverWidget Module module. To enable a Submit button, create an onRequest function. In the onRequest function create an… Continue reading Creating a Custom List Page with SuiteScript 2.x