How to give full access to Admin role. I am runnin...
# suitescript
v
How to give full access to Admin role. I am running a command where I this role. var superroles = [ 3, 18]; // Admin, full access
b
Admin role does have full access so I'm guessing you haven't really identified the problem.
v
How to give full access to admin any idea?
k
The Full Access role has been renamed to Full Access (deprecated). You cannot assign the Full Access role to new users. When users log in with the Full Access role, they see a notification indicating that the Full Access role is being deprecated. Users will still be able to access NetSuite using the Full Access role.
@Vishnu Gupta
The Full Access role will be inactivated as of 2020.2 and permanently removed in 2021.1. If the Full Access role is in use in your account, you will receive advance notifications of the plan for removal.
So giving full access isn’t good practice
v
@Kevin Actually I have a script which will work for only two role.
var superroles = [ 3, 18]; // Admin, full access
k
Then you have to change it to other roles
admin role is Super powerful role so you don’t need other roles actually
Please read about admin role