Marat
08/19/2022, 3:37 PMEric B
08/19/2022, 3:50 PMMarat
08/19/2022, 3:50 PMMarat
08/19/2022, 3:51 PMjen
08/19/2022, 4:01 PMMike Robbins
08/19/2022, 5:13 PMMarat
08/22/2022, 10:35 AMMike Robbins
08/22/2022, 1:00 PMContent-Type
on the outbound suitelet response.
context.response.setHeader({
name: 'Content-Type',
value: 'application/json'
});
context.response.write({
output: JSON.stringify(data)
});