When updating a role permission used by an integra...
# integrations
c
When updating a role permission used by an integration. Is there a way to force refresh the permissions on the app without recreating a new token? Example: app x fails due to permission x missing, I added the permission, and it's still failing due to the missing permission.
j
Annoying if true. Did you establish a new session?
c
I'm not sure how they handle it on the vendor side. I just see that creating a new access token clears up the error in the soap request log.
j
I'm thinking you'd need the equivalent of a log out, log in. Claude: If your integration client pools/persists a session (older SuiteTalk SOAP with a stored session id does this), also cycle the client so it isn't reusing a session established under the old permission set — TBA REST/RESTlet calls create a fresh session per request so this mostly bites SOAP.
c
Yeah that's what I thought was going on. If only more apps were using the rest api.
b
you should be worried if this is an issue with a soap integration. the apis that support a login session are no longer supported. That integration is 2 netsuite versions away from not working
j
"REST is best." - NetSuite, 3 or 4 SuiteWorlds ago
👍 1
r
I concur with @Jamie Houselog. I believe they also said support for SOAP will be dropping over the next few releases — not going away but not maintained was my take away. They are encouraging everyone to shift towards REST and MCP.