how can we run part of a client script as administ...
# suitescript
a
how can we run part of a client script as administrator?
c
Only Server side script can be set As Run as administrator. u can call client script in any of the server side scripts.
b
the usual tool to get around permissions in client script is to make a suitelet that does the work and call the suitelet from the client script
👍 1
a
many thanks