Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
custom role access to employee records
I have a Client Script that calls a RESTlet. It all works fine as an administrator but I need to give to custom roles access to this RESTlet as well. When I try to run this RESTlet under the custom role I get an error "INSUFFICIENT_PERMISSION or security reasons, only an administrator is allowed to edit an administrator record." I did some experimenting and when I take out the part of the RESTlet that loads employee records, it works for the custom role. The custom role has full permissions for the Employees list. What else do I need to do