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

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