Salman Afzal
03/02/2020, 9:00 AMSalman Afzal
03/02/2020, 9:01 AM/**
*@NApiVersion 2.x
*@NScriptType Suitelet
*/
define([], function() {
function onRequest(context) {
context.response.write('Hello World')
}
return {
onRequest: onRequest
}
});
battk
03/02/2020, 9:10 AMbattk
03/02/2020, 9:10 AMNElliott
03/02/2020, 9:12 AMNElliott
03/02/2020, 9:13 AMSalman Afzal
03/02/2020, 9:44 AMSalman Afzal
03/02/2020, 9:56 AM