NetSuite Input Dialog v2.0

What do you do when you need to capture user input just before they submit a form or right after they click that “Approve” or “Reject” button? The answer is simple: Use the NetSuite Input Dialog! NetSuite’s N/ui/dialog module does not include an input dialog although there are situations where capturing user input based on dynamic criteria… Continue reading NetSuite Input Dialog v2.0

How to get javascript dialouge boxes using JavaScript

Dialogue boxes are a kind of popup notification, this kind of informative functionality is used to show success, failure, or any particular/important notification to the user. Alert Box: An alert box is used on the website to show a warning message to the user that they have entered the wrong value other than what is required… Continue reading How to get javascript dialouge boxes using JavaScript