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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Make Your Voice Heard: What Tech & ERP Topics Should We Explore in our Next Webinar?? We’re all ears! Vote now, and the poll runs until January. Poll for ERP | Poll for Tech.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.1 Release Preview account, review the topics outlined in the Release Preview Guide.
NetSuite Release 2025.1 Release Notes are available for download here!
INSUFFICIENT_PERMISSION when permission is present
I have installed a bundle & using that to pull data from ONS using SOAP requests. In the bundle I have provided Documents and Files
permission as Full
but still getting an error for it.
Request ->
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <tokenPassport xmlns="urn:messages_2020_1.platform.webservices.netsuite.com" xmlns:ns1="urn:core_2020_1.platform.webservices.netsuite.com"> <ns1:account>96***72_SB1</ns1:account> <ns1:consumerKey>****************************************************************</ns1:consumerKey> <ns1:token>****************************************************************</ns1:token> <ns1:nonce>8e5f51f25686037bec3c</ns1:nonce> <ns1:timestamp>1711365793</ns1:timestamp> <ns1:signature algorithm="HMAC-SHA256">********************************************</ns1:signature> </tokenPassport> <searchPreferences> <pageSize>100</pageSize> <bodyFieldsOnly>false</bodyFieldsOnly> </searchPreferences> </soap-env:Header> <soap-env:Body> <search xmlns="urn:messages_2020_1.platform.webservices.netsuite.com"> <searchRecord xsi:type="ns1:FolderSearch" xmlns:ns1="urn:filecabinet_2020_1.documents.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> </searchRecord> </search> </soap-env:Body> </soap-env:Envelope>
0