Do client scripts only run in the UI? Is there any...
# suitescript
e
Do client scripts only run in the UI? Is there any reason to check runtime.ContextType and only run if it's User Interface?
l
Client scripts also execute on web store context
e
thanks!