Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
How to specify Role ID?
Hello,
I am receiving the following SoapException when I try to log in with NetSuite web service: Your role does not give you permission to view this page.
I'm assuming that this error is related to the Role ID but my problem is that I don't see how one specifies the ID. I see properties for externalId and internalId but I don't see an id property (I've tried with both v2013_1_0 and v2_5_0 versions of the web service).
And this documentation example appears to be incorrect:
//invoke the login operation
Passport passport = new Passport();
passport.account = "TSTDRV96";
passport.email = "username@netsuite.com
0