Reputation: 31
I am working on Netsuite and I'm new to it, so I need help. After creating roles and assigning a user to that specific role, I want to assign them to an application created using the integration record. When I wanted to create an access token, after selecting the application in the application name drop down, I am not finding any users or roles in the user drop down box and the role drop down box:
This is where I am facing the problem. So I need a solution to select users in the drop down box.
Upvotes: 3
Views: 1636
Reputation: 827
This link tells you all you need to know about setting up TBA and the correct basic permissions needed: Token Based Authentication
Your user needs to have a role assigned to it with the following basic permissions:
Once this role has been assigned to your user, the user will be available for selection when creating a token.
Upvotes: 1
Reputation: 2250
Here are the docs for setting up TBA roles. Maybe you are missing one of the permissions?
Getting Started with Token-based Authentication
Upvotes: 0
Reputation: 930
Go to the role you have setup for this OAuth and click Permissions tab > Setup and make sure User Access Tokens permission is there.
Upvotes: 0