This topic contains 3 replies, has 0 voices, and was last updated by davidc 9 years, 3 months ago.
-
AuthorPosts
-
July 28, 2015 at 2:53 pm #6910
davidcThe 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 “
302 Moved Temporarily ”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.
This is a cached copy. Click here to see the original post. -
July 28, 2015 at 3:29 pm #6911
rnedelkowThanks for pointing this out. I’ll ask our Doc Team to review the guide.
davidc replied on 07/28/2015, 05:18 PM: Thank you.
Are there easy to follow tutorials? Reference documents can be painful to go through especially when they lack some concrete examples.
-
July 28, 2015 at 5:30 pm #6912
rnedelkowThere are several SuiteAnswers Integration training videos to help you get started – https://netsuite.custhelp.com/app/an…l/1/srchopen/1 These cover different integration methods including SuiteScript and Workflows. Are you looking for Web Services related material?
-
August 5, 2015 at 4:33 pm #6913
davidcOriginally posted by rnedelkow
View Post
There are several SuiteAnswers Integration training videos to help you get started – https://netsuite.custhelp.com/app/an…l/1/srchopen/1 These cover different integration methods including SuiteScript and Workflows. Are you looking for Web Services related material?
Yes. Everything that I am tasked to do is through webservices
-
AuthorPosts
You must be logged in to reply to this topic.
