razer456
07/27/2021, 10:30 AMvar response = http.request({
method: http.Method.GET,
url: output,
body: searchItem, //this is response of the the function that suitelet should is executing i want right?
headers: array_item //this is the parameters that the function should execute on, this is the array of item that i want to perform validtion on?
});
NElliott
07/27/2021, 10:46 AMrazer456
07/27/2021, 10:51 AMNElliott
07/27/2021, 11:49 AMNElliott
07/27/2021, 11:51 AMparams: {
'array_item':array_item
}
razer456
07/27/2021, 11:52 AMrazer456
07/27/2021, 11:52 AM