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.
TBA: Calling a Token Endpoint
So, Ii'm building an external app and wish to communicate with Netsuite via tokens. So far, things have gone fairly smooth (lots of trial and error, but I've got token-based communication with RESTlets working). Last step is end-user authentication. My hope was to allow the end-user a traditional login screen with email/password. Take those values and create the NLAuth in the Authorization Header and send a GET request to https://rest.netsuite.com/rest/issuetoken (and yes, its the correct URL). I know all my values (email/password/consumerkey) are correct, becuase I'm using them for my other calls.