Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Custom Alert Dialog Boxes
I've implemented a field on an item record that allows for a notice to be entered. When said item is added to a sales order or quote, it pops up a javascript alert() type dialog with the notice.
The problem is, sales people entering alot of orders on a daily basis are over inundated with alert()'s already due to available quantities, etc.
I would like to use a custom dialog for these rare notices so that they will grab the sales person's attention.
I see there is a DHTML type script embedded somewhere in the JS files to give notice of timed out sessions (dimming the background), and wondering if there's a way to reuse said code instead of having to figure out how to draw in extra .css files via javascript for ready made dialog box scripts available online.