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.
Script to open sales order form, pre-populated?
To help resolve shipping errors, I want to create a button on a sales order called "Create Claim Order". When the user pushes that button from an existing order, I would like to open a new sales order window with some information already populated. For example, I want to have the customer, the class, the shipping address copied from the original order. I also want to populate some custom fields, such as creating a link back to the original order.
I started implementing this by creating a button that, when pressed, invoked a SuiteScript to create the sales order, save it, and then change the window.location to the newly created sales order. The big problem is that I don't want to save the sales order first. I really just want to open a new sales order in a ready-to-edit, unsaved condition, with certain values already populated.