Boris Yasen
03/27/2024, 4:26 PMnlapiScheduleScript() without deployment id?
I tried nlapiScheduleScript('customscript_id', "", params); but it didn't work for me. Any help would be appreciatedMike Robbins
03/27/2024, 4:29 PMdeployId is an optional parameter, try using null rather than an empty string.Boris Yasen
03/27/2024, 4:30 PM