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.
online Custom Record form script to update sales order
Here's the scenario:
I have a scripted form in the customer center that a user will enter an order number, date, and id. This is saved to a custom record.
I then want to, via scheduled script, update a field on the sales order referenced with a pre-determined value.
The problem I have is I don't want the user to have to enter "Sales Order #" in front of the order number, which seems to be necessary to search for the order in the scheduled script.
One thought was to have two fields in the custom record, one free-form text for the user, and one "calculated" field linking to the transaction. While I can concatenate a string to the text field obviously, it doesn't seem to want to post itself to the link field.