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.
nlapiSetRedirectURL and Save
I'm dealing with 2 issues that I would appreciate any help on. First, I'm using a Client Custom Code option to try to perform an operation that probably needs to be done in Server SuiteScript. The reason is that I need a confirm() and prompt() pop-ups in certain cases to perform an operation. Am I correct in my understanding that this has to be Client Custom Code, and not Server SuiteScript? I am under the impression that no interaction is allowed in Server SuiteScript (runs all in the background), but that could just be me making things up.
Secondly, my redirect occurs right before the 'return true' for the save of the current form. I'm assuming that my redirect url is getting over-ridden upon the submit form operation. Is this a correct assumption for why I do not redirect to the correct place?