Is it possible to call a client script in restlet?
a
aaz
03/24/2023, 11:13 AM
as a library you can call
aaz
03/24/2023, 11:13 AM
not as ui function which is obvious
s
Surapaneni 377
03/24/2023, 11:16 AM
I need to call a suitelet internal url, we can call suitelet internal url with client script ,
So I was checking if we can call a client script in restlet and the client script intern calls suitelet
a
aaz
03/24/2023, 11:17 AM
you can use the suitelet as backend in restlet
aaz
03/24/2023, 11:18 AM
using https module
c
CD
03/24/2023, 12:21 PM
It sounds like you need to take a step back and actually think about what you are trying to achieve, and how. What you are attempting is a tangled mess