<@U7AHG4ERY> Remove the .toolbar id import
# suitescript
p
@jurajsolarml Remove the .toolbar id import
p
Is anyone have any idea on "Integration Governance" for RESTlet integration, and how to understand this? Please share your thoughts.
a
For 2018.2, they're not going to let you have any concurrent sessions when using credentials to log in
If you use Token Based Authentication, you can get concurrent calls up to the overall Account limit
Account limits start at 5 concurrent calls, and go up by 10 for every suitecloud plus license purchased
The account limits are enforced across both web services and restlets
p
How to estimate no of users can use application at a time?
a
Setup > Integration > Integration Governance
there's also a free APM bundle (application performance monitor I think) that can give you some visibility
p
Consider If I have concurrency limit as 15, how many users can use this? and i will try using APM bundle
a
if they are logging in using credentials, no concurrency will be allowed at all
if they are logging in using TBA, 15 is the only limit you have to worry about, it could be 1 login with 15 concurrent requests, or 3 logins with 5 concurrent requests each
p
How concurrent requests can be handled if we have 20 users and 1 login TBA?
a
1 login = 1 user
p
Thanks a lot for the information
Sorry for one more query, but very helpful. If my ACCOUNT CONCURRENCY LIMIT is 15 then how many users it will support OR how many TBA's i need to create?
a
the concurrency limits only apply to external integrations that are making a request of some sort to your NetSuite account
this has nothing to do with how many users are supported - that's simply a matter of how many licenses you've purchased
Tokens are user-specific, so any login that wants to use TBA need its own unique tokens
p
Thanks a lot