Ruchin
05/31/2020, 12:26 PM/**
*@NApiVersion 2.1
*@NScriptType restlet
*/
define([], function() {
function getRecord(context) {
return { msg: 'hello World' };
}
return {
get: getRecord
};
});
☝️My restlet codebattk
05/31/2020, 12:36 PMRuchin
05/31/2020, 12:40 PMerror code: INVALID_RETURN_DATA_FORMAT
error message: {"type":"error.SuiteScriptError","name":"INVALID_RETURN_DATA_FORMAT","message":"Invalid data format. You
should return TEXT.","stack":["createError(N/error)"],"cause":{"name":"INVALID_RETURN_DATA_FORMAT","message":"Invalid
data format. You should return TEXT."},"id":"","notifyOff":false,"userFacing":true}
Ruchin
05/31/2020, 12:40 PMbattk
05/31/2020, 12:41 PMbattk
05/31/2020, 12:41 PMRuchin
05/31/2020, 12:47 PMRuchin
05/31/2020, 12:47 PM