Is there anything new to make a request to a helpe...
# suitescript
a
Is there anything new to make a request to a helper/middle man Suitelet from a Client Script without having to deploy it as available without login?
b
most of the time you can just make a request to the internal url if are logged in
💯 2
t
Yeah you can just hit the suitelet with a regular relative url. I think you can do it with fetch even. The client has the session which is logged in so you shouldn't be having issues
a
You are 100% right, I was thinking about the scenario when you hit the URL from an UserEvent Script, is there anything new about that @battk?
t
I don't believe so. I'd love to be wrong
b
nothing new for user event to suitelet
a
Also Client Script communicating with Suitelet using a role with SSO is returning internal server error.
t
That sounds awful
Can you instead use a user event to load whatever middle man stuff into a hidden field?
probably not but might be a good idea to get away from the suitelet here