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.
How to set workflow fields in a Custom Action SuiteScript 2.0?
I have created a workflow to Convert a Lead into a Partner or into a Contact with two buttons. WORKFLOW: Lead Conversion
At the moment I'm completing the conversion to Partner. To create the new Partner record I needed to use a Custom Action (with SuiteScript 2.x). This was required to be able to grab the Address subsists since sublist are not accessible via workflow with a Create (or Goto) Record action. The script simply copy the Lead into a new Partner Record with all the addresses properly set in the Address sublist. CUSTOM ACTION: Create Partner With Address
Everything works perfectly but now I need to access the the newly created record with a Go to Record Action that need to position to that record for further developments.