dennysutanto
11/02/2021, 10:35 AMThere was a problem when uploading the file. Details: SuiteScript 2.x entry point scripts must implement one script type function
but i'm pretty sure there is nothing wrong with my code
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*/
define(['N/record'],
function (record) {
function execute() {
}
return { execute: execute }
});
please helppingu
11/02/2021, 10:51 AMdennysutanto
11/02/2021, 10:54 AMCD
11/02/2021, 11:51 AMfunction execute(scriptcontext)
Petter
11/02/2021, 2:10 PMPetter
11/02/2021, 2:10 PMbattk
11/02/2021, 2:50 PMdennysutanto
11/03/2021, 2:02 AMdennysutanto
11/03/2021, 4:28 AMbattk
11/03/2021, 2:50 PMdennysutanto
11/09/2021, 4:05 AM