NetSuite Commerce sites use Font Awesome to provide icons on the site’s frontend. While we include a wide library of them by default, it is also possible to add our own. As substitutes for text — this only applies when an icon is universally understood to mean something, eg, a magnifying glass as a icon for… Continue reading Extend Font Awesome and Add New Icons.
Month: February 2023
Title: How to Use getTime() to Generate Timestamps in JS
In my previous task i used this method. In JavaScript, timestamps are usually associated with Unix time. And there are different methods for generating such timestamps. var timestamp = new Date().getTime(); console.log(timestamp)// 1660926192826 In the example above, we created a new Date() object and stored it in a timestamp variable. We also attached the getTime()… Continue reading Title: How to Use getTime() to Generate Timestamps in JS
How to disable a customer registering with the same email address into the website ?
Customers with different passwords, even if they have the same email address, should be able to login to their specific customer centers. Duplicate Email Detection, that prevents web store shoppers from creating duplicate customer accounts. To enable this feature: Go to Setup > Company > General Preferences. On the Web Presence subtab, check the box… Continue reading How to disable a customer registering with the same email address into the website ?
Cost Estimate Type
A cost estimate type is a definition of how costs should be estimated for an item; these estimated costs are used to calculate the estimated gross profit for the item. A default cost estimate type is defined on the Inventory subtab of item records, users with permission can change the cost estimate type per line… Continue reading Cost Estimate Type
How can I merge 2 records in SuiteScript 1.0
How can I merge 2 records in SuiteScript 1.0 I want to merge 2 customer records. The reason being we have many customers in our NetSuite backend that have not registered in our website. When they register NetSuite automatically creates a new customer instead of consolidating the existing customer. So I want to merge those… Continue reading How can I merge 2 records in SuiteScript 1.0
Date filter on Reports
In some reports, the date filer will be shown as As Of Date to specify the date range for the report’s results. To make the As of Date filter to include the FROM and TO date filters: Open the reports Click on Customize button Click on the Filter page Edit the date filter as Inclusive… Continue reading Date filter on Reports
Project Classification Suite app
Project Classification The Project Classification Suite App enables organizations to associate their projects with financial segments such as Project Classification Department, Project Classification Class, and Project Classification Location. These segments can be used as default values in transactions. We can also show the correct cost or profit center and ensure accurate financial reporting. Project Classification… Continue reading Project Classification Suite app
Automated Intercompany Management feature and Elimination subsidiary
The Automated Intercompany Management feature in NetSuite OneWorld enables us to manage intercompany transactions and automatically generate elimination journal entries. Previously known as Intercompany Auto Elimination, the feature was enhanced to include intercompany sales and purchases and intercompany inventory transfers. With this feature enabled, NetSuite automatically generates elimination journal entries based on the intercompany transaction… Continue reading Automated Intercompany Management feature and Elimination subsidiary
Special Character Function
This function used to resolve special character issue in the words.
Dataset & Workbook
Dataset Query NS data over new unified datamodel Multi-level joins Criteria builder Powerful formula builder Single source of truth Caching Workbook Summarize, slice and dice data Table, pivot and chart view Link datasets Save, share & export Add views on dashboard