The purpose behind the inclusion of drag and drop feature in NetSuite is to make it easier and faster for users to upload files to the file cabinet or to a record page. It also allows users to attach multiple files directly to editable sublists of supported records and custom records. File Drag and Drop… Continue reading File Drag and Drop Feature in NetSuite
Author: Litha Mukunthan
File Drag and Drop Feature in NetSuite
The purpose behind the inclusion of drag and drop feature in NetSuite is to make it easier and faster for users to upload files to the file cabinet or to a record page. It also allows users to attach multiple files directly to editable sublists of supported records and custom records. File Drag and Drop… Continue reading File Drag and Drop Feature in NetSuite
Certificate of origin PDF
The client(Rabbit Hole Hay-US-NS) would like to create a custom pdf for the certificate of origin. The mapping and mock-up is already given by the client. We have created a button on the invoice record to print the template.RHHUN-16
PDF Customization: Commercial Packing Slip PDF
The client(Rabbit Hole Hay-US-NS) would like to create a custom pdf for the commercial packing slip. The mapping and mock-up is already given by the client.RHHUN-14
Invoice PDF Customization
The client(Rabbit Hole Hay-US-NS) would like to create a custom pdf for the invoice. The mapping and mock-up is already given by the client.RHHUN-15
Customer Statement PDF Customization
The client(Rabbit Hole Hay-US-NS) would like to create a custom pdf for the customer statement. The mapping and mock-up is already given by the client.RHHUN-18
Script to automatically add items to Estimate Based on Shipping Method
The client would like to automatically add an item to the quote record when the ship method pre pay and add is selected from the shipping method list. When a shipping method other than Pre pay and add is selected the item should be removed. To satisfy this requirement we have created a client script.
setTimeout() function
The setTimeout() function is a built-in JavaScript function that allows you to schedule the execution of a specified function or code block after a specified time delay. It is commonly used for implementing time-based actions in web applications, such as animations, event handling, and asynchronous operations.In client script we can use setTimeOut() function to delay… Continue reading setTimeout() function