Afternoon everyone, is there a way to modify the r...
# suitescript
c
Afternoon everyone, is there a way to modify the response code from a backend suitelet? I wanna return a status of
400
so I used
context.response.setHeader({ name: 'status', value: '400 })
and now I get back two headers, once with 200 and also the 400 I just created.