NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a form
Author: Manu Antony
Show a popup window in NetSuite with a Radio button
NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Radio button
Show a popup window in NetSuite with a Checkbox field
NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Checkbox field
Show a popup window in NetSuite with a Text Input field
NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Text Input field
Show a popup window in NetSuite with Select Option
NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’ Note : We are using the ExtJS library which NetSuite… Continue reading Show a popup window in NetSuite with Select Option
The <dialog> HTML element represents a dialog box or other interactive components, such as a dismissible alert, inspector, or subwindow. In HTML, the <dialog> element is used to create a dialog box or a modal window that displays content or prompts for user interaction. It provides a way to show temporary content or forms on top of the… Continue reading
Map in JavaScript
In JavaScript, a Map is a built-in object that allows you to store key-value pairs, similar to an object. However, a Map offers some additional functionality that makes it useful in certain situations. Here’s an example of creating a Map: To add a key-value pair to the Map, you can use the set() method: You… Continue reading Map in JavaScript
Set in JavaScript
In JavaScript, a Set is a collection of unique values of any type, which means that each value can occur only once in the Set. It can be used to store a collection of values without any duplication. To create a Set in JavaScript, we use the Set() constructor or the Set literal notation by… Continue reading Set in JavaScript
Auto-Calculation of Reorder Point and Preferred Stock Level Troubleshooting
Scenario To troubleshoot Reorder Point and Preferred Stock Level concerns. Below are the possible instances which may prevent the auto-calculation from running on an item record: User’s account is new and have no sales history data entered. Account have new item records that have no sales history data. User enabled Multi-Location Inventory and have no sales history data… Continue reading Auto-Calculation of Reorder Point and Preferred Stock Level Troubleshooting
Multi Location Inventory / MLI_LOCATION_REQUIRED Error
A transaction or its items must have a location. The error “MLI_LOCATION_REQUIRED“will be encountered if the Item involved was not distributed to any location by using the Inventory Distribution Transaction. The user needs to check Transactions > Inventory > Distribute Inventory > Lists to verify that an Inventory Distribution was made. If there is already… Continue reading Multi Location Inventory / MLI_LOCATION_REQUIRED Error