We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now NetSuite::Records::Currency.get_all throws an exception when it receives this response:
NetSuite::Records::Currency.get_all
</soapenv:Header> <soapenv:Body> <getAllResponse xmlns="urn:messages_2015_1.platform.webservices.netsuite.com"> <platformCore:getAllResult xmlns:platformCore="urn:core_2015_1.platform.webservices.netsuite.com"> <platformCore:status isSuccess="false"> <platformCore:statusDetail type="ERROR"> <platformCore:code>INSUFFICIENT_PERMISSION</platformCore:code> <platformCore:message>Permission Violation: You need the 'Lists -> Currency' permission to access this page. Please contact your account administrator.</platformCore:message> </platformCore:statusDetail> </platformCore:status> </platformCore:getAllResult> </getAllResponse> </soapenv:Body> </soapenv:Envelope>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now
NetSuite::Records::Currency.get_all
throws an exception when it receives this response:The text was updated successfully, but these errors were encountered: