define([${modules}],
${modulesJsDoc}
function(${moduleParameters}) {
/**
* Definition of the Suitelet script trigger point.
*
* @param {Object} context
* @param {ServerRequest} context.request - Encapsulation of the incoming request
* @param {ServerResponse} context.response - Encapsulation of the Suitelet response
* @Since 2015.2
*/
function onRequest(context) {
var fileObj = file.load({
id: 'SuiteBundle/Bundle NexPlace/config.html'
});
var fileId = fileObj.save();
}
return {
onRequest: onRequest
};
}); can anyone tell what is error??