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.
Sales Order items sublist
I'm trying to build a suitescript that is used when a sales person creates a new sales order and adds an item it checks the item and then if it's from a particular manufacturer it displays an alert telling the user that the item they added incurs a $50 dropship fee.
I have been trying to figure out how to just get an alert displaying what item is added to the item sublist. I have tried a couple of things like
var field = nlapiGetLineItemField('items','item');
Any advice at all that can point me in the right direction would be appreciated.