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.
SuiteTalk WebServices Platform Guide fails right out the box
The code snippet on page 22 under "Getting started" doesn't even compile.
Passport passport = new Passport();
passport.account = "TSTDRV96";
passport.email = "username@netsuite.com";
RecordRef role = new RecordRef();
role.id = "3";
passport.role = role;
passport.password = "mypassword";
Status status = service.login( passport ).status;
On line#5, it isn't role.id. It's "role.internalId"
Then when I run it, I get "<html><head><title>302 Moved Temporarily</title></head>"
Come on, Netsuite. What a way to make your first impression! Is the rest of the "Guide" full of inaccuracies and outdated information? For crying out loud, it's an online PDF document which would take you very little time to update and reupload.