Create a Custom List using Suitelet

Sample to create a custom list using Suitelet. To create a custom list, we use “serverWidget.createList” and then choose the style of the list which includes the following – Later add the columns to the list using ”list.addColumns”. This includes parameters like – id label type align (Optional) Finally, Add rows using “list.addRows” /** *… Continue reading Create a Custom List using Suitelet

The best ways to design HTML templates for email templates and marketing campaigns

Plan and design the layout before writing the code. Remember that all assets and elements in the page is laid out in blocks of squares or rectangles, like a Spreadsheet, take note and take advantage of this. Once the layout is completed, and images for the HTML template are available, upload the images for use… Continue reading The best ways to design HTML templates for email templates and marketing campaigns

Create a custom form and using the details from the form, create a customer record

Overview For this we use script type as Suitelet, which has entry point – onRequest. First, create a custom form which includes the following details – Name, E-mail, Phone, Sales Rep, Subsidiary (and other fields if required). Now, Create a submit button and on clicking the same, It should display the details entered by the… Continue reading Create a custom form and using the details from the form, create a customer record

Item Management – Inventory Adjustments

Inventory adjustments are necessary for various reasons, including: Stock Discrepancies: Discrepancies can occur due to theft, damage, or errors in the receiving process. Regular inventory adjustments help identify and correct these issues. Seasonal Changes: Some businesses experience fluctuations in demand based on seasons or trends. Inventory adjustments help you optimize stock levels accordingly. Product Expiration:… Continue reading Item Management – Inventory Adjustments

Commission Schedule & Commission Plan Overview

The most effective incentive for motivating sales team is commission. With NetSuite, you can design complex, multi-tiered commission plans that complement your company’s sales strategy.  Employee Commissions feature, have an administrator enable the feature at  Setup > Company > Setup Tasks > Enable Features. The feature is on the Employees subtab. To begin using the… Continue reading Commission Schedule & Commission Plan Overview