This topic contains 3 replies, has 0 voices, and was last updated by davidc 9 years, 3 months ago.

  • Author
    Posts
  • #6910

    davidc

    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 “

    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.

  • #6911

    rnedelkow

    Thanks 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.

  • #6912

    rnedelkow

    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?

  • #6913

    davidc

    Originally 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

You must be logged in to reply to this topic.