For a script that creates a UI page in NetSuite ER...
# suitescript
d
For a script that creates a UI page in NetSuite ERP, how can I restrict it to only allow certain roles to access that page? I don't know how to write scripts, but I downloaded this one from Tim Dietrich that allows users to run SQL queries in NetSuite. It seems to be available for all roles, but I believe the query can be used to add and update data in NetSuite in addition to being able to export data. I only want admins to be able to add or update data via the SQL tool.
k
On the script deployment you can specify the roles that are able to access the suitelet. You can restrict by more than just roles as well. Also using the links you can add to more or less menus.
m
SuiteQL is read only
👍 1