shree sashti
08/07/2023, 9:24 AM/**
*@NApiVersion 2.0
*@NScriptType ScheduledScript
*/
define(['./lib_packing_slip_data_generator.js',
'./lib_consolidated_packing_slips.js',
'N/record'],
function(PackingSlipDataGenerator,CPS,
record) {
function execute(context) {
}
return {
execute: execute
};
});
I'm trying to upload this schedule script and create a script record . But I'm getting this error :
Notice
Fail to evaluate script: {"type":"error.SuiteScriptModuleLoaderError","name":"UNEXPECTED_ERROR","message":"missing ) after formal parameters (/SuiteScripts/lib_packing_slip_data_generator.js#19)","stack":[]}
What went wrong . I'm so confused !
Ps : there are files called lib_packing_slip_data_generator.js lib_consolidated_packing_slips.js
in the Suitescript folder.
Please advice !shree sashti
08/07/2023, 9:28 AMSurapaneni 377
08/07/2023, 9:44 AMshree sashti
08/07/2023, 9:59 AMSurapaneni 377
08/07/2023, 10:09 AMshree sashti
08/07/2023, 10:12 AM