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
Tag: dialog alert
Show a popup window in NetSuite with a form
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
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
Script on the Sales order and quote item add alert
Jira code: SCL-295 When a user adds an item to SO/Quote, check whether the item has similar products. If a similar product exists for the item a dialogue box should be shown and a message should be displayed. Created a client script, the dialog alert shows on item add.