For a RESTlet, is it possible to override the resp...
# suitescript
c
For a RESTlet, is it possible to override the response code that is sent back to the calling application?
b
no, closest you can get is throwing errors, and thats unlikely to get what you want
c
thanks for the confirmation. That is what I had found as well